SoapFormatter::Binder Property
.NET Framework (current version)
Gets or sets the SerializationBinder that controls the binding of a serialized object to a type.
Assembly: System.Runtime.Serialization.Formatters.Soap (in System.Runtime.Serialization.Formatters.Soap.dll)
public: property SerializationBinder^ Binder { virtual SerializationBinder^ get() sealed; virtual void set(SerializationBinder^ value) sealed; }
Property Value
Type: System.Runtime.Serialization::SerializationBinder^The SerializationBinder used with this SoapFormatter.
Implements
IFormatter::Binder
.NET Framework
Available since 1.1
Available since 1.1
Show: