2 references to ConvertConnectException
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3708return SocketConnectionInitiator.ConvertConnectException((SocketException)webException.InnerException, request.RequestUri, TimeSpan.MaxValue, webException);
System\ServiceModel\Channels\SocketConnection.cs (1)
1773Exception traceException = ConvertConnectException(socketException, remoteUri, timeSpentInConnect, socketException);