CloseInput Property

Json.NET

Json.NET - Quick Starts & API Documentation CloseInput Property
NamespacesNewtonsoft.JsonJsonReaderCloseInput
Gets or sets a value indicating whether the underlying stream or TextReader should be closed when the reader is closed.
Declaration Syntax
C# Visual Basic Visual C++
public bool CloseInput { get; set; }
Public Property CloseInput As Boolean
	Get
	Set
public:
property bool CloseInput {
	bool get ();
	void set (bool value);
}
Value
true to close the underlying stream or TextReader when the reader is closed; otherwise false. The default is true.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)