Json.NET - Quick Starts & API Documentation
Flush Method
NamespacesNewtonsoft.JsonJsonWriterFlush()()()
Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
Declaration Syntax
C#Visual BasicVisual C++
public abstract void Flush()
Public MustOverride Sub Flush
public:
virtual void Flush() abstract

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.0.0.0 (3.0.0.0)