2 writes to _cleanPoolTimeout
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (2)
84
_cleanPoolTimeout
= TimeSpan.FromSeconds(DefaultScavengeSeconds);
91
_cleanPoolTimeout
= timerPeriod.TotalSeconds >= MinScavengeSeconds ? timerPeriod : TimeSpan.FromSeconds(MinScavengeSeconds);
2 references to _cleanPoolTimeout
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (2)
355
SetCleaningTimer(
_cleanPoolTimeout
);
493
SetCleaningTimer(!_pools.IsEmpty ?
_cleanPoolTimeout
: Timeout.InfiniteTimeSpan);