示例#1
0
 public UnixBinaryServerFormatterSinkProvider()
 {
     this._binaryCore = UnixBinaryCore.DefaultInstance;
 }
示例#2
0
 public UnixBinaryServerFormatterSinkProvider(IDictionary properties, ICollection providerData)
 {
     this._binaryCore = new UnixBinaryCore(this, properties, UnixBinaryServerFormatterSinkProvider.AllowedProperties);
 }
 static UnixBinaryCore()
 {
     UnixBinaryCore.DefaultInstance = new UnixBinaryCore();
 }
		public UnixBinaryClientFormatterSinkProvider (IDictionary properties,
							  ICollection providerData)
		{
			_binaryCore = new UnixBinaryCore (this, properties, allowedProperties);
		}
		public UnixBinaryClientFormatterSinkProvider ()
		{
			_binaryCore = UnixBinaryCore.DefaultInstance;
		}
 public UnixBinaryClientFormatterSinkProvider(IDictionary properties,
                                              ICollection providerData)
 {
     _binaryCore = new UnixBinaryCore(this, properties, allowedProperties);
 }
 public UnixBinaryClientFormatterSinkProvider()
 {
     _binaryCore = UnixBinaryCore.DefaultInstance;
 }