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