7 references to HttpProtocolError
System.Net.Http (7)
System\Net\Http\DiagnosticsHelper.cs (1)
90HttpRequestError.HttpProtocolError => "http_protocol_error",
System\Net\Http\HttpProtocolException.cs (1)
28: base(Http.HttpRequestError.HttpProtocolError, message, innerException)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (5)
285throw new HttpRequestException(HttpRequestError.HttpProtocolError, SR.net_http_request_aborted, rejectedException, RequestRetryType.RetryOnConnectionFailure); 290HttpRequestError httpRequestError = innerException is HttpProtocolException ? HttpRequestError.HttpProtocolError : HttpRequestError.Unknown; 301throw new HttpRequestException(HttpRequestError.HttpProtocolError, SR.net_http_client_execution_error, abortException); 313? HttpRequestError.HttpProtocolError 1306? HttpRequestError.HttpProtocolError