5 references to net_http_invalid_response_premature_eof
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (2)
892throw new HttpIOException(HttpRequestError.ResponseEnded, SR.net_http_invalid_response_premature_eof); 955throw new HttpIOException(HttpRequestError.ResponseEnded, SR.net_http_invalid_response_premature_eof);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (2)
660throw new HttpIOException(HttpRequestError.ResponseEnded, SR.net_http_invalid_response_premature_eof); 1655throw new HttpIOException(HttpRequestError.ResponseEnded, SR.net_http_invalid_response_premature_eof);
System\Net\Http\SocketsHttpHandler\SocksHelper.cs (1)
362throw new IOException(SR.net_http_invalid_response_premature_eof);