System.Runtime.Serialization.Formatters.Soap.SoapFormatter.SoapFormatter C# (CSharp) Method

SoapFormatter() public method

public SoapFormatter ( ) : System
return System
		public SoapFormatter() {
			_selector = null;
			_context = new StreamingContext(StreamingContextStates.All);
		}
		

Same methods

SoapFormatter::SoapFormatter ( ISurrogateSelector selector, StreamingContext context ) : System