1 implementation of ListenAddress
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
869public PeerNodeAddress ListenAddress
1 write to ListenAddress
System.ServiceModel (1)
System\ServiceModel\Channels\PeerConnector.cs (1)
367neighbor.ListenAddress = connectInfo.Address;
9 references to ListenAddress
System.ServiceModel (9)
System\ServiceModel\Channels\ConnectAlgorithms.cs (3)
309if (neighbor.ListenAddress != null) 311Uri address = GetEndpointUri(neighbor.ListenAddress); 333Uri address = GetEndpointUri(neighbor.ListenAddress);
System\ServiceModel\Channels\PeerFlooder.cs (1)
179sender.ListenAddress,
System\ServiceModel\Channels\PeerMaintainer.cs (3)
454referrals[i] = new Referral(neighbors[i].NodeId, neighbors[i].ListenAddress); 471if (neighbor != null && neighbor.ListenAddress != null) 473EndpointAddress key = neighbor.ListenAddress.EndpointAddress;
System\ServiceModel\Channels\PeerSecurityHelpers.cs (2)
796neighbor.ListenAddress.EndpointAddress.ToString(), 900PeerNodeAddress remoteAddress = neighbor.ListenAddress;