Beispiel #1
0
 public LocalBinding() : base()
 {
     transport = new LocalTransportBindingElement();
 }
Beispiel #2
0
 protected LocalTransportBindingElement(LocalTransportBindingElement other)
     : base(other)
 {
     this.maxReceivedMessageSize = LocalTransportDefaults.MaxReceivedMessageSize;
 }