2 references to ConvertTransferException
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
3629
return SocketConnection.
ConvertTransferException
((SocketException)ioException.InnerException, receiveTimeout, ioException);
3675
return SocketConnection.
ConvertTransferException
((SocketException)ioException.InnerException, TimeSpan.FromMilliseconds(request.Timeout), exception);