This documentation is archived and is not being maintained.
SoapFormatter Properties
Visual Studio 2010
The SoapFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
|
AssemblyFormat | Gets or sets the behavior of the deserializer with regards to finding and loading assemblies. |
|
Binder | Gets or sets the SerializationBinder that controls the binding of a serialized object to a type. |
|
Context | Gets or sets the StreamingContext used with this SoapFormatter. |
|
FilterLevel | Gets or sets the TypeFilterLevel of automatic deserialization for .NET Framework remoting. |
|
SurrogateSelector | Gets or sets the SurrogateSelector that controls type substitution during serialization and deserialization. |
|
TopObject | Gets or sets the ISoapMessage into which the SOAP top object is deserialized. |
|
TypeFormat | Gets or sets the format in which type descriptions are laid out in the serialized stream. |
Show: