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