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