Json.NET - Quick Starts & API Documentation
CloseOutput Property
Namespaces ► Newtonsoft.Json ► JsonWriter ► CloseOutput
Gets or sets a value indicating whether the underlying stream or
TextReader should be closed when the writer is closed.
Declaration Syntax
Value
true to close the underlying stream or TextReader when
the writer is closed; otherwise false. The default is true.