3 references to InternalCacheSyncDateUtc
System (3)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (3)
897
if (ctx.Policy.
InternalCacheSyncDateUtc
!= DateTime.MinValue)
899
if(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)));
900
if (ctx.CacheEntry.LastSynchronizedUtc < ctx.Policy.
InternalCacheSyncDateUtc
) {