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