1 write to onOpen
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1430this.onOpen = Fx.ThunkCallback(new AsyncCallback(OnOpen));
1 reference to onOpen
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);