4 references to net_http_invalid_response_header_name
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
754
throw new HttpRequestException(HttpRequestError.InvalidResponse, SR.Format(SR.
net_http_invalid_response_header_name
, Encoding.ASCII.GetString(name)));
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
949
throw new HttpRequestException(HttpRequestError.InvalidResponse, SR.Format(SR.
net_http_invalid_response_header_name
, Encoding.ASCII.GetString(name)));
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (2)
1323
throw new HttpRequestException(HttpRequestError.InvalidResponse, SR.Format(SR.
net_http_invalid_response_header_name
, ""));
1326
throw new HttpRequestException(HttpRequestError.InvalidResponse, SR.Format(SR.
net_http_invalid_response_header_name
, Encoding.ASCII.GetString(name)));