SoapFormatter::SurrogateSelector Property
.NET Framework (current version)
Gets or sets the SurrogateSelector that controls type substitution during serialization and deserialization.
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; }
Property Value
Type: System.Runtime.Serialization::ISurrogateSelector^The SurrogateSelector used with this SoapFormatter.
Implements
IFormatter::SurrogateSelectorUsed by System.Runtime.Remoting to generate ObjRef instances for MarshalByRefObject objects.
.NET Framework
Available since 1.1
Available since 1.1
Show: