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