2 references to PolicyLevel
System (2)
net\System\Net\Configuration\RequestCachingSection.cs (2)
187
if (httpPolicy.
PolicyLevel
== HttpRequestCacheLevel.Default)
196
this.defaultHttpCachePolicy = new HttpRequestCachePolicy(httpPolicy.
PolicyLevel
);