7 references to U
System (7)
net\System\Net\Cache\IERequestCache.cs (4)
423
entry.Info.
U
.ExemptDelta = (int)maxStale.TotalSeconds;
550
entry.Info.
U
.ExemptDelta = (int)maxStale.TotalSeconds;
554
entry.Info.
U
.ExemptDelta = 0;
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 (2)
444
newEntry.Info.
U
.ExemptDelta = oldEntry.Info.
U
.ExemptDelta;