7 references to UnspecifiedMaxAge
System (7)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (3)
643} ctx.CacheMaxAge = ctx.UnspecifiedMaxAge; 657ctx.CacheMaxAge = ctx.UnspecifiedMaxAge; 658if(Logging.On)Logging.PrintWarning(Logging.RequestCache, SR.GetString(SR.net_log_cache_no_max_age_use_default, ((int)(ctx.UnspecifiedMaxAge.TotalSeconds)).ToString(NumberFormatInfo.InvariantInfo)));
net\System\Net\Cache\FtpRequestCacheValidator.cs (3)
48return new FtpRequestCacheValidator(StrictCacheErrors, UnspecifiedMaxAge); 174if(Logging.On)Logging.PrintWarning(Logging.RequestCache, SR.GetString(SR.net_log_cache_no_max_age_use_default, ((int)(UnspecifiedMaxAge.TotalSeconds)).ToString(NumberFormatInfo.InvariantInfo))); 175if (UnspecifiedMaxAge >= age)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
163return new HttpRequestCacheValidator(StrictCacheErrors, UnspecifiedMaxAge);