1 write to GracePeriod
Microsoft.AspNetCore.Server.Kestrel.Core (1)
MinDataRate.cs (1)
32
GracePeriod
= gracePeriod;
4 references to GracePeriod
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\TimeoutControl.cs (3)
208
_minReadRateGracePeriodTicks = minRate.
GracePeriod
.ToTicks(_timeProvider);
296
minRate.
GracePeriod
.ToTicks(_timeProvider),
339
var gracePeriod = timestamp + minRate.
GracePeriod
.ToTicks(_timeProvider);
MinDataRate.cs (1)
49
return $"Bytes per second: {BytesPerSecond}, Grace Period: {
GracePeriod
}";