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

 

Gets or sets the SerializationBinder that controls the binding of a serialized object to a type.

Namespace:   System.Runtime.Serialization.Formatters.Soap
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;
}

.NET Framework
Available since 1.1
Return to top
Show: