Json.NET - Quick Starts & API Documentation
CloseInput Property
Namespaces ► Newtonsoft.Json ► JsonReader ► CloseInput
Gets or sets a value indicating whether the underlying stream or
TextReader should be closed when the reader is closed.


true to close the underlying stream or TextReader when
the reader is closed; otherwise false. The default is true.