1 write to CacheLastModified
System (1)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
768
CacheLastModified
= date;
4 references to CacheLastModified
System (4)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (4)
262
ctx.
CacheLastModified
> ctx.ResponseLastModified)
641
if (ctx.
CacheLastModified
> lastModifiedDate) {
642
lastModifiedDate = ctx.
CacheLastModified
;
1182
(ctx.
CacheLastModified
!= ctx.ResponseLastModified) ||