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