1 write to binding
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1429this.binding = binding;
1 reference to binding
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1452IAsyncResult result = this.neighbor.BeginOpenProxy(remoteAddress, binding, new InstanceContext(null, service, false), this.timeoutHelper.RemainingTime(), onOpen, null);