8 references to IfModifiedSince
System (8)
net\System\Net\_HeaderInfoTable.cs (1)
120new HeaderInfo(HttpKnownHeaderNames.IfModifiedSince, true, false, false, SingleParser),
net\System\Net\Cache\_Rfc2616CacheValidators.cs (5)
474if (ctx.Request.Headers[HttpKnownHeaderNames.IfModifiedSince] != null || 1606ctx.Request.Headers.ChangeInternal(HttpKnownHeaderNames.IfModifiedSince, str); 1608ctx.RequestIfHeader2 = HttpKnownHeaderNames.IfModifiedSince; 1612ctx.RequestIfHeader1 = HttpKnownHeaderNames.IfModifiedSince; 1615if(Logging.On)Logging.PrintInfo(Logging.RequestCache, SR.GetString(SR.net_log_cache_condition_if_modified_since, ctx.Request.Headers[HttpKnownHeaderNames.IfModifiedSince]));
net\System\Net\HttpWebRequest.cs (2)
3015return GetDateHeaderHelper(HttpKnownHeaderNames.IfModifiedSince); 3018SetDateHeaderHelper(HttpKnownHeaderNames.IfModifiedSince, value);