// Copy ctor
 public BrokeredEncodingBindingElement(BrokeredEncodingBindingElement other)
     : base(other)
 {
 }
示例#2
0
 public BrokeredBinding()
 {
     this.encodingElement  = new BrokeredEncodingBindingElement();
     this.transportElement = new NetMessagingTransportBindingElement();
 }