1 write to neighbor
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1424
this.
neighbor
= neighbor;
8 references to neighbor
System.ServiceModel (8)
System\ServiceModel\Channels\PeerNeighborManager.cs (8)
1451
this.
neighbor
.ConnectIPAddress = this.remoteAddress.IPAddresses[this.currentIndex];
1452
IAsyncResult result = this.
neighbor
.BeginOpenProxy(remoteAddress, binding, new InstanceContext(null, service, false), this.timeoutHelper.RemainingTime(), onOpen, null);
1458
this.
neighbor
.EndOpenProxy(result);
1461
neighbor
.isClosing = false;
1470
this.
neighbor
.CleanupProxy();
1535
this.
neighbor
.EndOpenProxy(result);
1537
neighbor
.isClosing = false;
1545
this.
neighbor
.CleanupProxy();