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