System.Runtime.Serialization.Formatter.Context Property

When overridden in a derived class, gets or sets the System.Runtime.Serialization.StreamingContext used for the current serialization.

Syntax

public abstract StreamingContext Context { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Runtime.Serialization.StreamingContext is an indication of either the source of the bits being deserialized or the destination of the bits being serialized. It has no impact on default serialization, but is passed as an argument to System.Runtime.Serialization.ISerializable and System.Runtime.Serialization.ISerializationSurrogate.

Requirements

Namespace: System.Runtime.Serialization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0