1 write to backupCache
System (1)
net\System\Net\NetWebProxyFinder.cs (1)
41
backupCache
= new SingleItemRequestCache(RequestCacheManager.IsCachingEnabled);
1 reference to backupCache
System (1)
net\System\Net\NetWebProxyFinder.cs (1)
250
request.CacheProtocol = new RequestCacheProtocol(
backupCache
, request.CacheProtocol.Validator);