6 references to FailedProxyCache
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\MultiProxy.cs (6)
14private readonly FailedProxyCache? _failedProxyCache; 21private MultiProxy(FailedProxyCache? failedProxyCache, Uri[] uris) 31private MultiProxy(FailedProxyCache failedProxyCache, string proxyConfig, bool secure) 49public static MultiProxy ParseManualSettings(FailedProxyCache failedProxyCache, string? proxyConfig, bool secure) 78public static MultiProxy CreateLazy(FailedProxyCache failedProxyCache, string proxyConfig, bool secure) 119if (renewTicks == FailedProxyCache.Immediate)