StreamingContext::State Property
.NET Framework (current version)
Gets the source or destination of the transmitted data.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Runtime.Serialization::StreamingContextStatesDuring serialization, the destination of the transmitted data. During deserialization, the source of the data.
During serialization, the current property specifies the destination of the transmitted data. For example, when serializing data from cross-AppDomain remoting, the StreamingContextStates is CrossProcess. During deserialization, the state indicates the source of the deserialized stream.
.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Available since 1.1
Silverlight
Available since 4.0
Show: