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::SurrogateSelector Property

 

Gets or sets the SurrogateSelector that controls type substitution during serialization and deserialization.

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

public:
property ISurrogateSelector^ SurrogateSelector {
	virtual ISurrogateSelector^ get() sealed;
	virtual void set(ISurrogateSelector^ value) sealed;
}

Used by System.Runtime.Remoting to generate ObjRef instances for MarshalByRefObject objects.

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