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)
183
TimerReason
= TimeoutReason.None;
188
TimerReason
= timeoutReason;
1 reference to TimerReason
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TimeoutControl.cs (1)
66
var timeoutReason =
TimerReason
;