1 write to ResponseCacheControl
System (1)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
887ResponseCacheControl = control;
12 references to ResponseCacheControl
System (12)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (11)
711if (ctx.ResponseCacheControl.NoStore) { 748if (ctx.ResponseCacheControl.Public) { 766if (ctx.ResponseCacheControl.Private) { 768if (ctx.ResponseCacheControl.PrivateHeaders == null) { 773for (int i = 0; i < ctx.ResponseCacheControl.PrivateHeaders.Length; ++i) { 774ctx.CacheHeaders.Remove(ctx.ResponseCacheControl.PrivateHeaders[i]); 789if (ctx.ResponseCacheControl.NoCache) 799if (ctx.ResponseCacheControl.SMaxAge != -1 || ctx.ResponseCacheControl.MaxAge != -1) { 800if(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)
458if (ResponseCacheControl == null) {