3 references to policyLevel
System (3)
net\System\Net\Configuration\HttpCachePolicyElement.cs (3)
22
this.properties.Add(this.
policyLevel
);
57
get { return (HttpRequestCacheLevel)this[this.
policyLevel
]; }
58
set { this[this.
policyLevel
] = value; }