1 write to ConnectionIdleTime
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\TlsListener.cs (1)
37ConnectionIdleTime = TimeSpan.FromSeconds(idleTime);
1 reference to ConnectionIdleTime
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\TlsListener.cs (1)
78if (now - kvp.Value >= ConnectionIdleTime)