1 write to ResponseCacheControl
System (1)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
887
ResponseCacheControl
= control;
12 references to ResponseCacheControl
System (12)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (11)
711
if (ctx.
ResponseCacheControl
.NoStore) {
748
if (ctx.
ResponseCacheControl
.Public) {
766
if (ctx.
ResponseCacheControl
.Private) {
768
if (ctx.
ResponseCacheControl
.PrivateHeaders == null) {
773
for (int i = 0; i < ctx.
ResponseCacheControl
.PrivateHeaders.Length; ++i) {
774
ctx.CacheHeaders.Remove(ctx.
ResponseCacheControl
.PrivateHeaders[i]);
789
if (ctx.
ResponseCacheControl
.NoCache)
799
if (ctx.
ResponseCacheControl
.SMaxAge != -1 || ctx.
ResponseCacheControl
.MaxAge != -1) {
800
if(Logging.On)Logging.PrintInfo(Logging.RequestCache, SR.GetString(SR.net_log_cache_resp_allows_caching, ctx.
ResponseCacheControl
.ToString()));
1184
(ctx.
ResponseCacheControl
.IsNotEmpty) ||
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
458
if (
ResponseCacheControl
== null) {