public SoapServerFormatterSinkProvider (IDictionary properties,
							ICollection providerData)
		{
			_soapCore = new SoapCore (this, properties, AllowedProperties);
		}
		public SoapServerFormatterSinkProvider ()
		{
			_soapCore = SoapCore.DefaultInstance;
		}
		public SoapClientFormatterSinkProvider() 
		{
			_soapCore = SoapCore.DefaultInstance;
		}
예제 #4
0
 public SoapServerFormatterSinkProvider(IDictionary properties,
                                        ICollection providerData)
 {
     _soapCore = new SoapCore(this, properties, AllowedProperties);
 }
예제 #5
0
 public SoapServerFormatterSinkProvider()
 {
     _soapCore = SoapCore.DefaultInstance;
 }
 public SoapClientFormatterSinkProvider()
 {
     _soapCore = SoapCore.DefaultInstance;
 }