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