1 write to ResponseAge
System (1)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
845ResponseAge = span;
3 references to ResponseAge
System (3)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (3)
270if (ctx.Policy.Level == HttpRequestCacheLevel.Default && ctx.ResponseAge != TimeSpan.MinValue) { 273if ( (ctx.ResponseAge > ctx.Policy.MaxAge) || 1202if (ctx.ResponseAge != TimeSpan.MinValue) {