4 references to HttpProtocolException
System.Net.Http (4)
System\Net\Http\HttpProtocolException.cs (4)
42
return new
HttpProtocolException
((long)protocolError, message, null);
48
return new
HttpProtocolException
((long)protocolError, message, null);
54
return new
HttpProtocolException
((long)protocolError, message, innerException);
60
return new
HttpProtocolException
((long)protocolError, message, null);