1 write to ResponseLastModified
System (1)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
771
ResponseLastModified
= date;
7 references to ResponseLastModified
System (7)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (5)
262
ctx.CacheLastModified > ctx.
ResponseLastModified
)
367
ctx.CacheEntry.LastModifiedUtc = ctx.
ResponseLastModified
;
791
if (ctx.
ResponseLastModified
== DateTime.MinValue && ctx.Response.Headers.ETag == null) {
1182
(ctx.CacheLastModified != ctx.
ResponseLastModified
) ||
1205
if (ctx.
ResponseLastModified
!= DateTime.MinValue) {
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
519
if (
ResponseLastModified
!= DateTime.MinValue)
521
CacheEntry.LastModifiedUtc =
ResponseLastModified
;