4 writes to ExemptDelta
System (4)
net\System\Net\Cache\IERequestCache.cs (3)
423entry.Info.U.ExemptDelta = (int)maxStale.TotalSeconds; 550entry.Info.U.ExemptDelta = (int)maxStale.TotalSeconds; 554entry.Info.U.ExemptDelta = 0;
net\System\Net\Cache\WinInetCache.cs (1)
444newEntry.Info.U.ExemptDelta = oldEntry.Info.U.ExemptDelta;
3 references to ExemptDelta
System (3)
net\System\Net\Cache\IERequestCache.cs (1)
1099if(Logging.On)Logging.PrintInfo(Logging.RequestCache, SR.GetString(SR.net_log_cache_max_stale_and_update_status, "WinInetWriteFile.Close()", m_Entry.Info.U.ExemptDelta, m_Entry.Error.ToString()));
net\System\Net\Cache\RequestCacheEntry.cs (1)
61m_MaxStale = TimeSpan.FromSeconds(entry.Info.U.ExemptDelta);
net\System\Net\Cache\WinInetCache.cs (1)
444newEntry.Info.U.ExemptDelta = oldEntry.Info.U.ExemptDelta;