4 references to NoCacheNoStore
System (4)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (2)
70if (ctx.Policy.Level == HttpRequestCacheLevel.NoCacheNoStore) 80if (ctx.Policy.Level == HttpRequestCacheLevel.Reload || ctx.Policy.Level == HttpRequestCacheLevel.NoCacheNoStore)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
443if (this.Policy.Level == HttpRequestCacheLevel.NoCacheNoStore) {
net\System\Net\Cache\RequestCachePolicy.cs (1)
286if (level <= HttpRequestCacheLevel.NoCacheNoStore)