4 writes to ExemptDelta
System (4)
net\System\Net\Cache\IERequestCache.cs (3)
423
entry.Info.U.
ExemptDelta
= (int)maxStale.TotalSeconds;
550
entry.Info.U.
ExemptDelta
= (int)maxStale.TotalSeconds;
554
entry.Info.U.
ExemptDelta
= 0;
net\System\Net\Cache\WinInetCache.cs (1)
444
newEntry.Info.U.
ExemptDelta
= oldEntry.Info.U.ExemptDelta;
3 references to ExemptDelta
System (3)
net\System\Net\Cache\IERequestCache.cs (1)
1099
if(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)
61
m_MaxStale = TimeSpan.FromSeconds(entry.Info.U.
ExemptDelta
);
net\System\Net\Cache\WinInetCache.cs (1)
444
newEntry.Info.U.ExemptDelta = oldEntry.Info.U.
ExemptDelta
;