Implemented interface member:
property
TimerReason
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.ITimeoutControl.TimerReason
2 writes to TimerReason
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\TimeoutControl.cs (2)
183TimerReason = TimeoutReason.None; 188TimerReason = timeoutReason;
1 reference to TimerReason
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TimeoutControl.cs (1)
66var timeoutReason = TimerReason;