1 write to CacheExpires
System (1)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
754CacheExpires = date;
4 references to CacheExpires
System (4)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (4)
598if (ctx.CacheExpires != DateTime.MinValue && ctx.CacheExpires < expiresDate) { 599expiresDate = ctx.CacheExpires; 1181if ((ctx.CacheExpires != ctx.ResponseExpires) ||