2 references to CreateRequestIOException
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
3666return CreateRequestIOException(ioException, request, null); 3703return CreateRequestIOException((IOException)webException.InnerException, request, webException);