10 references to GetEndpointUri
System.ServiceModel (10)
System\ServiceModel\Channels\ConnectAlgorithms.cs (10)
121&& pendingConnectedNeighbor.ContainsKey(GetEndpointUri(epr)) == false) 125pendingConnectedNeighbor.Add(GetEndpointUri(epr), epr); 161pendingConnectedNeighbor.Remove(GetEndpointUri(epr)); 189pendingConnectedNeighbor.Remove(GetEndpointUri((PeerNodeAddress)iar.AsyncState)); 298Uri key = GetEndpointUri(address); 299if (!nodeAddresses.ContainsKey(key) && key != GetEndpointUri(maintainer.GetListenAddress())) 311Uri address = GetEndpointUri(neighbor.ListenAddress); 333Uri address = GetEndpointUri(neighbor.ListenAddress); 382Uri key = GetEndpointUri(referral.Address); 383if (key != GetEndpointUri(maintainer.GetListenAddress())) // make sure the referral is not mine