1 write to remoteAddress
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1427
this.
remoteAddress
= remoteAddress;
4 references to remoteAddress
System.ServiceModel (4)
System\ServiceModel\Channels\PeerNeighborManager.cs (4)
1441
while (this.currentIndex < this.
remoteAddress
.IPAddresses.Count)
1444
this.
remoteAddress
.EndpointAddress, this.
remoteAddress
.IPAddresses[this.currentIndex]);
1451
this.neighbor.ConnectIPAddress = this.
remoteAddress
.IPAddresses[this.currentIndex];