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