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