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