3 references to Expires
System (3)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (2)
131
if (ctx.CacheHeaders.
Expires
== null && (ctx.CacheEntry.IsPrivateEntry?ctx.CacheCacheControl.MaxAge == -1:ctx.CacheCacheControl.SMaxAge == -1)) {
827
if (ctx.RequestMethod == HttpMethod.Post && resp.Headers.
Expires
== null) {
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
747
s = cc.
Expires
;