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