1 instantiation of TimeoutControl
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\HttpConnection.cs (1)
45
_timeoutControl = new
TimeoutControl
(this, _timeProvider);
1 reference to TimeoutControl
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\HttpConnection.cs (1)
31
private readonly
TimeoutControl
_timeoutControl;