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