2 references to TryGetEndpoints
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
226
if (
TryGetEndpoints
(out local, out remote))
826
bool haveEndpoints = socketConnection != null && socketConnection.
TryGetEndpoints
(out localEndpoint, out remoteEndpoint);