21 references to HttpIOException
System.Net.Http (21)
System\Net\Http\HttpProtocolException.cs (1)
28
:
base
(Http.HttpRequestError.HttpProtocolError, message, innerException)
System\Net\Http\SocketsHttpHandler\ChunkedEncodingReadStream.cs (5)
76
throw new
HttpIOException
(HttpRequestError.ResponseEnded, SR.Format(SR.net_http_invalid_response_premature_eof_bytecount, _chunkBytesRemaining));
192
throw new
HttpIOException
(HttpRequestError.ResponseEnded, SR.Format(SR.net_http_invalid_response_premature_eof_bytecount, _chunkBytesRemaining));
335
throw new
HttpIOException
(HttpRequestError.InvalidResponse, SR.Format(SR.net_http_invalid_response_chunk_header_invalid, BitConverter.ToString(currentLine.ToArray())));
389
throw new
HttpIOException
(HttpRequestError.InvalidResponse, SR.Format(SR.net_http_invalid_response_chunk_terminator_invalid, Encoding.ASCII.GetString(currentLine)));
452
throw new
HttpIOException
(HttpRequestError.InvalidResponse, SR.Format(SR.net_http_invalid_response_chunk_extension_invalid, BitConverter.ToString(lineAfterChunkSize.ToArray())));
System\Net\Http\SocketsHttpHandler\ContentLengthReadStream.cs (2)
41
throw new
HttpIOException
(HttpRequestError.ResponseEnded, SR.Format(SR.net_http_invalid_response_premature_eof_bytecount, _contentBytesRemaining));
103
throw new
HttpIOException
(HttpRequestError.ResponseEnded, SR.Format(SR.net_http_invalid_response_premature_eof_bytecount, _contentBytesRemaining));
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (4)
460
throw new
HttpIOException
(HttpRequestError.ResponseEnded, SR.Format(SR.net_http_invalid_response_premature_eof_bytecount, requiredBytes - _incomingBuffer.ActiveLength));
463
throw new
HttpIOException
(HttpRequestError.ResponseEnded, SR.net_http_invalid_response_missing_frame);
503
InitialSettingsReceived.TrySetException(new
HttpIOException
(HttpRequestError.InvalidResponse, SR.net_http_http2_connection_not_established, e));
505
throw new
HttpIOException
(HttpRequestError.InvalidResponse, SR.net_http_http2_connection_not_established, e);
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (7)
395
throw new
HttpIOException
(HttpRequestError.InvalidResponse, SR.net_http_invalid_response);
580
throw new
HttpIOException
(HttpRequestError.InvalidResponse, SR.net_http_invalid_response);
864
throw new
HttpIOException
(HttpRequestError.ResponseEnded, SR.net_http_invalid_response_premature_eof);
927
throw new
HttpIOException
(HttpRequestError.ResponseEnded, SR.net_http_invalid_response_premature_eof);
1187
throw new
HttpIOException
(HttpRequestError.ResponseEnded, SR.Format(SR.net_http_invalid_response_premature_eof_bytecount, _responseDataPayloadRemaining));
1259
throw new
HttpIOException
(HttpRequestError.ResponseEnded, SR.Format(SR.net_http_invalid_response_premature_eof_bytecount, _responseDataPayloadRemaining));
1327
throw new
HttpIOException
(HttpRequestError.Unknown, SR.net_http_client_execution_error, new HttpRequestException(SR.net_http_client_execution_error, ex));
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (2)
658
throw new
HttpIOException
(HttpRequestError.ResponseEnded, SR.net_http_invalid_response_premature_eof);
1653
throw new
HttpIOException
(HttpRequestError.ResponseEnded, SR.net_http_invalid_response_premature_eof);