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