1 implementation of ITimeoutHandler
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\HttpConnection.cs (1)
25
internal sealed class HttpConnection :
ITimeoutHandler
2 references to ITimeoutHandler
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\TimeoutControl.cs (2)
12
private readonly
ITimeoutHandler
_timeoutHandler;
35
public TimeoutControl(
ITimeoutHandler
timeoutHandler, TimeProvider timeProvider)