3 writes to _cleanPoolTimeout
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (3)
89
_cleanPoolTimeout
= TimeSpan.FromSeconds(DefaultScavengeSeconds);
96
_cleanPoolTimeout
= timerPeriod.TotalSeconds >= MinScavengeSeconds ? timerPeriod : TimeSpan.FromSeconds(MinScavengeSeconds);
107
_cleanPoolTimeout
= TimeSpan.FromSeconds(MaxEvictionIntervalSeconds);
3 references to _cleanPoolTimeout
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (3)
105
if (
_cleanPoolTimeout
.TotalSeconds > MaxEvictionIntervalSeconds)
394
SetCleaningTimer(
_cleanPoolTimeout
);
541
SetCleaningTimer(!_pools.IsEmpty ?
_cleanPoolTimeout
: Timeout.InfiniteTimeSpan);