NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StreamingContext.Context

The context specified as a part of the additional context. May be null.

[Visual Basic]
Public ReadOnly Property Context As Object
[C#]
public object Context {get;}
[C++]
public: __property Object* get_Context();
[JScript]
public function get Context() : Object;

See Also

StreamingContext Structure | StreamingContext Members | System.Runtime.Serialization Namespace