2 references to LargeProxyConfigBoundary
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\FailedProxyCache.cs (2)
96
if (_failedProxies.Count >
LargeProxyConfigBoundary
&& Environment.TickCount64 >= Interlocked.Read(ref _nextFlushTicks))
108
/// so it's only run periodically and is disabled until we exceed <see cref="
LargeProxyConfigBoundary
"/> failed proxies.