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.

SoapFormatter::Context Property

 

Gets or sets the StreamingContext used with this SoapFormatter.

Namespace:   System.Runtime.Serialization.Formatters.Soap
Assembly:  System.Runtime.Serialization.Formatters.Soap (in System.Runtime.Serialization.Formatters.Soap.dll)

public:
property StreamingContext Context {
	virtual StreamingContext get() sealed;
	virtual void set(StreamingContext value) sealed;
}

The StreamingContext provides an enumeration that describes the source and the destination for a given serialized stream, as well as a way for serialization to retain that context and an additional caller-defined context.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft