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