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