コード例 #1
0
 public UnixBinaryServerFormatterSinkProvider()
 {
     this._binaryCore = UnixBinaryCore.DefaultInstance;
 }
コード例 #2
0
 public UnixBinaryServerFormatterSinkProvider(IDictionary properties, ICollection providerData)
 {
     this._binaryCore = new UnixBinaryCore(this, properties, UnixBinaryServerFormatterSinkProvider.AllowedProperties);
 }
コード例 #3
0
 static UnixBinaryCore()
 {
     UnixBinaryCore.DefaultInstance = new UnixBinaryCore();
 }
コード例 #4
0
		public UnixBinaryClientFormatterSinkProvider (IDictionary properties,
							  ICollection providerData)
		{
			_binaryCore = new UnixBinaryCore (this, properties, allowedProperties);
		}
コード例 #5
0
		public UnixBinaryClientFormatterSinkProvider ()
		{
			_binaryCore = UnixBinaryCore.DefaultInstance;
		}
コード例 #6
0
 public UnixBinaryClientFormatterSinkProvider(IDictionary properties,
                                              ICollection providerData)
 {
     _binaryCore = new UnixBinaryCore(this, properties, allowedProperties);
 }
コード例 #7
0
 public UnixBinaryClientFormatterSinkProvider()
 {
     _binaryCore = UnixBinaryCore.DefaultInstance;
 }