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