6 references to Policy
System (6)
net\System\Net\Cache\FtpRequestCacheValidator.cs (1)
36
internal new RequestCachePolicy Policy {get {return ((RequestCacheValidator)this).
Policy
;}}
net\System\Net\Cache\HttpRequestCacheValidator.cs (5)
100
m_HttpPolicy = base.
Policy
as HttpRequestCachePolicy;
103
m_HttpPolicy = new HttpRequestCachePolicy((HttpRequestCacheLevel)base.
Policy
.Level);
248
if (this.Policy.Level != HttpRequestCacheLevel.Revalidate && base.
Policy
.Level >= RequestCacheLevel.Reload)
302
if (base.
Policy
.Level == RequestCacheLevel.CacheOnly) {
324
if (this.Policy.Level != HttpRequestCacheLevel.Revalidate && base.
Policy
.Level >= RequestCacheLevel.Reload)