5 references to net_http_invalid_response_premature_eof
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (2)
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
);
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
);
System\Net\Http\SocketsHttpHandler\SocksHelper.cs (1)
362
throw new IOException(SR.
net_http_invalid_response_premature_eof
);