13 references to ResponseEnded
System.Net.Http (13)
System\Net\Http\DiagnosticsHelper.cs (1)
96
HttpRequestError.
ResponseEnded
=> "response_ended",
System\Net\Http\SocketsHttpHandler\ChunkedEncodingReadStream.cs (2)
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));
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 (2)
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);
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (4)
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));
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);