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