1 write to service
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1428
this.
service
= service;
1 reference to service
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);