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