System.Runtime.Serialization.Formatters.Soap.SoapFormatter.SoapFormatter C# (CSharp) Метод

SoapFormatter() публичный Метод

public SoapFormatter ( ) : System
Результат System
		public SoapFormatter() {
			_selector = null;
			_context = new StreamingContext(StreamingContextStates.All);
		}
		

Same methods

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