1 instantiation of KestrelServerLimits
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelServerOptions.cs (1)
183
public KestrelServerLimits Limits { get; } = new
KestrelServerLimits
();
15 references to KestrelServerLimits
Microsoft.AspNetCore.Server.Kestrel.Core (15)
Features\IDecrementConcurrentConnectionCountFeature.cs (2)
7
/// A connection feature allowing middleware to stop counting connections towards <see cref="
KestrelServerLimits
.MaxConcurrentConnections"/>.
13
/// Idempotent method to stop counting a connection towards <see cref="
KestrelServerLimits
.MaxConcurrentConnections"/>.
Features\IHttpMinRequestBodyDataRateFeature.cs (2)
9
/// Instead, use <see cref="
KestrelServerLimits
.MinRequestBodyDataRate"/> for server-wide configuration which applies to both HTTP/2 and HTTP/1.x.
18
/// Instead, use <see cref="
KestrelServerLimits
.MinRequestBodyDataRate"/> for server-wide configuration which applies to both HTTP/2 and HTTP/1.x.
Features\IHttpMinResponseDataRateFeature.cs (2)
8
/// This feature is not available for HTTP/2 requests. Instead, use <see cref="
KestrelServerLimits
.MinResponseDataRate"/>
17
/// This feature is not available for HTTP/2 requests. Instead, use <see cref="
KestrelServerLimits
.MinResponseDataRate"/>
Internal\Http2\Http2Connection.cs (2)
158
var
httpLimits = context.ServiceContext.ServerOptions.Limits;
219
public
KestrelServerLimits
Limits => _context.ServiceContext.ServerOptions.Limits;
Internal\Http3\Http3Connection.cs (2)
62
var
httpLimits = context.ServiceContext.ServerOptions.Limits;
96
public
KestrelServerLimits
Limits => _context.ServiceContext.ServerOptions.Limits;
Internal\Http3\Http3ControlStream.cs (1)
50
var
httpLimits = context.ServiceContext.ServerOptions.Limits;
Internal\Http3\Http3Stream.cs (1)
91
public
KestrelServerLimits
Limits => _context.ServiceContext.ServerOptions.Limits;
Internal\Http3\IHttp3Stream.cs (2)
19
/// Value is driven by <see cref="
KestrelServerLimits
.RequestHeadersTimeout"/>.
21
/// Value is driven by <see cref="
KestrelServerLimits
.MinResponseDataRate"/>.
KestrelServerOptions.cs (1)
183
public
KestrelServerLimits
Limits { get; } = new KestrelServerLimits();