7 references to LastModified
System (7)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (5)
1075
if (resp.StatusCode != HttpStatusCode.NotModified && resp.Headers.
LastModified
!= ctx.CacheHeaders.
LastModified
)
1096
(ctx.CacheHeaders.
LastModified
!= ctx.Response.Headers.
LastModified
1097
&& (ctx.Response.Headers.
LastModified
!= null || ctx.Response.Headers.ETag == null)))
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
761
s = cc.
LastModified
;
net\System\Net\HttpWebResponse.cs (1)
284
string lastmodHeaderValue = m_HttpResponseHeaders.
LastModified
;