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