3 writes to _cleanPoolTimeout
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (3)
87
_cleanPoolTimeout
= TimeSpan.FromSeconds(DefaultScavengeSeconds);
94
_cleanPoolTimeout
= timerPeriod.TotalSeconds >= MinScavengeSeconds ? timerPeriod : TimeSpan.FromSeconds(MinScavengeSeconds);
105
_cleanPoolTimeout
= TimeSpan.FromSeconds(MaxEvictionIntervalSeconds);
3 references to _cleanPoolTimeout
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (3)
103
if (
_cleanPoolTimeout
.TotalSeconds > MaxEvictionIntervalSeconds)
390
SetCleaningTimer(
_cleanPoolTimeout
);
535
SetCleaningTimer(!_pools.IsEmpty ?
_cleanPoolTimeout
: Timeout.InfiniteTimeSpan);