SafeSerializationEventArgs::StreamingContext Property

.NET Framework (current version)
 

Gets or sets an object that describes the source and destination of a serialized stream.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

public:
property StreamingContext StreamingContext {
	StreamingContext get();
}

Property Value

Type: System.Runtime.Serialization::StreamingContext

An object that describes the source and destination of a serialized stream.

For more information and an example, see the ISafeSerializationData class.

.NET Framework
Available since 4.0
Return to top
Show: