1 implementation of IConnectionTimeoutFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TimeoutControl.cs (1)
10internal sealed class TimeoutControl : ITimeoutControl, IConnectionTimeoutFeature
2 references to IConnectionTimeoutFeature
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\TimeoutControl.cs (2)
312void IConnectionTimeoutFeature.SetTimeout(TimeSpan timeSpan) 326void IConnectionTimeoutFeature.ResetTimeout(TimeSpan timeSpan)