Context Property

Json.NET

Json.NET - Quick Starts & API Documentation Context Property
NamespacesNewtonsoft.JsonJsonSerializerContext
Gets or sets the StreamingContext used by the serializer when invoking serialization callback methods.
Declaration Syntax
C# Visual Basic Visual C++
public virtual StreamingContext Context { get; set; }
Public Overridable Property Context As StreamingContext
	Get
	Set
public:
virtual property StreamingContext Context {
	StreamingContext get ();
	void set (StreamingContext value);
}
Value
The context.

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