11 references to MinResponseDataRate
Microsoft.AspNetCore.Server.Kestrel.Core (11)
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\Http\Http1Connection.cs (1)
820
MinResponseDataRate = ServerOptions.Limits.
MinResponseDataRate
;
Internal\Http2\Http2Connection.cs (2)
205
httpLimits.
MinResponseDataRate
,
485
TimeoutControl.StartDrainTimeout(Limits.
MinResponseDataRate
, Limits.MaxResponseBufferSize);
Internal\Http3\Http3Connection.cs (1)
307
var minDataRate = _context.ServiceContext.ServerOptions.Limits.
MinResponseDataRate
;
Internal\Http3\Http3ControlStream.cs (1)
61
httpLimits.
MinResponseDataRate
,
Internal\Http3\Http3Stream.cs (1)
131
context.ServiceContext.ServerOptions.Limits.
MinResponseDataRate
,
Internal\Http3\IHttp3Stream.cs (1)
21
/// Value is driven by <see cref="KestrelServerLimits.
MinResponseDataRate
"/>.
KestrelServerLimits.cs (2)
323
writer.WriteString(nameof(
MinResponseDataRate
),
MinResponseDataRate
?.ToString());