
public
SoapFormatter(ISurrogateSelector selector, StreamingContext context);
Initializes a new instance of the System.Runtime.Serialization.Formatters.Soap.SoapFormatter class with the specified System.Runtime.Serialization.ISurrogateSelector and System.Runtime.Serialization.StreamingContext.
Полное описание ...
Parameters:
selector:
The System.Runtime.Serialization.ISurrogateSelector to use with the new instance
of System.Runtime.Serialization.Formatters.Soap.SoapFormatter. Can be null.
context:
The System.Runtime.Serialization.StreamingContext that holds the source and
destination of the serialization. If the context parameter is null, then
the System.Runtime.Serialization.Formatters.Soap.SoapFormatter.Context defaults
to System.Runtime.Serialization.StreamingContextStates.CrossMachine.