5 references to ConfigurationLimitExceeded
System.Net.Http (5)
System\Net\Http\DiagnosticsHelper.cs (1)
97
HttpRequestError.
ConfigurationLimitExceeded
=> "configuration_limit_exceeded",
System\Net\Http\HttpContent.cs (1)
862
return new HttpRequestException(HttpRequestError.
ConfigurationLimitExceeded
, SR.Format(CultureInfo.InvariantCulture, SR.net_http_content_buffersize_exceeded, maxBufferSize));
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
609
throw new HttpRequestException(HttpRequestError.
ConfigurationLimitExceeded
, SR.Format(SR.net_http_response_headers_exceeded_length, _connection._pool.Settings.MaxResponseHeadersByteLength));
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
908
throw new HttpRequestException(HttpRequestError.
ConfigurationLimitExceeded
, SR.Format(SR.net_http_response_headers_exceeded_length, _connection.Pool.Settings.MaxResponseHeadersByteLength));
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
1330
throw new HttpRequestException(HttpRequestError.
ConfigurationLimitExceeded
, SR.Format(SR.net_http_response_headers_exceeded_length, _pool.Settings.MaxResponseHeadersByteLength));