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