Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft