5 references to net_http_invalid_response_premature_eof
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (2)
834throw new HttpIOException(HttpRequestError.ResponseEnded, SR.net_http_invalid_response_premature_eof); 897throw new HttpIOException(HttpRequestError.ResponseEnded, SR.net_http_invalid_response_premature_eof);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (2)
620throw new HttpIOException(HttpRequestError.ResponseEnded, SR.net_http_invalid_response_premature_eof); 1615throw 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);