1 write to defaultCachePolicy
System (1)
net\System\Net\Configuration\RequestCachingSection.cs (1)
166this.defaultCachePolicy = new RequestCachePolicy(section.DefaultPolicyLevel); // default should be RequestCacheLevel.BypassCache
1 reference to defaultCachePolicy
System (1)
net\System\Net\Configuration\RequestCachingSection.cs (1)
253get { return this.defaultCachePolicy; }