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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)