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: 4.0.2.0 (4.0.2.13929)