2 references to IsCachingEnabled
System (2)
net\System\Net\Configuration\SettingsSection.cs (1)
25
object o = System.Net.Cache.RequestCacheManager.
IsCachingEnabled
;
net\System\Net\NetWebProxyFinder.cs (1)
41
backupCache = new SingleItemRequestCache(RequestCacheManager.
IsCachingEnabled
);