3 references to net_http_response_headers_exceeded_length
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
609throw new HttpRequestException(HttpRequestError.ConfigurationLimitExceeded, SR.Format(SR.net_http_response_headers_exceeded_length, _connection._pool.Settings.MaxResponseHeadersByteLength));
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
878throw new HttpRequestException(HttpRequestError.ConfigurationLimitExceeded, SR.Format(SR.net_http_response_headers_exceeded_length, _connection.Pool.Settings.MaxResponseHeadersByteLength));
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
1292throw new HttpRequestException(HttpRequestError.ConfigurationLimitExceeded, SR.Format(SR.net_http_response_headers_exceeded_length, _pool.Settings.MaxResponseHeadersByteLength));