3 references to InternalCacheSyncDateUtc
System (3)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (3)
897if (ctx.Policy.InternalCacheSyncDateUtc != DateTime.MinValue) 899if(Logging.On)Logging.PrintInfo(Logging.RequestCache, SR.GetString(SR.net_log_cache_policy_cache_sync_date, ctx.Policy.InternalCacheSyncDateUtc.ToString("r", CultureInfo.CurrentCulture), ctx.CacheEntry.LastSynchronizedUtc.ToString(CultureInfo.CurrentCulture))); 900if (ctx.CacheEntry.LastSynchronizedUtc < ctx.Policy.InternalCacheSyncDateUtc) {