2 writes to _failedProxyCache
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\MultiProxy.cs (2)
23
_failedProxyCache
= failedProxyCache;
33
_failedProxyCache
= failedProxyCache;
5 references to _failedProxyCache
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\MultiProxy.cs (5)
98
Debug.Assert(
_failedProxyCache
!= null);
99
_failedProxyCache
.SetProxyFailed(_currentUri);
115
Debug.Assert(
_failedProxyCache
!= null);
116
long renewTicks =
_failedProxyCache
.GetProxyRenewTicks(uri);
142
_failedProxyCache
.TryRenewProxy(uri, oldestFailedProxyTicks);