1 implementation of GetListenAddress
System.ServiceModel (1)
System\ServiceModel\Channels\PeerMaintainer.cs (1)
589PeerNodeAddress IPeerMaintainer.GetListenAddress()
2 references to GetListenAddress
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectAlgorithms.cs (2)
299if (!nodeAddresses.ContainsKey(key) && key != GetEndpointUri(maintainer.GetListenAddress())) 383if (key != GetEndpointUri(maintainer.GetListenAddress())) // make sure the referral is not mine