23 references to Entry_FC
System (23)
net\System\Net\Cache\IERequestCache.cs (9)
522_WinInetCache.Entry_FC attributes = _WinInetCache.Entry_FC.None; 525attributes |= _WinInetCache.Entry_FC.Exptime; 531attributes |= _WinInetCache.Entry_FC.Modtime; 537attributes |= _WinInetCache.Entry_FC.Synctime; 543attributes |= _WinInetCache.Entry_FC.ExemptDelta|_WinInetCache.Entry_FC.Attribute; 561attributes |= _WinInetCache.Entry_FC.Headerinfo; 1089if (_WinInetCache.Update(m_Entry, _WinInetCache.Entry_FC.ExemptDelta) != _WinInetCache.Status.Success)
net\System\Net\Cache\WinInetCache.cs (13)
391internal static Status Update(Entry newEntry, Entry_FC attributes) { 405if ((attributes & Entry_FC.Headerinfo) == 0) { 431attributes &= ~Entry_FC.Headerinfo; 434if ((attributes & Entry_FC.Exptime) == 0) { 438if ((attributes & Entry_FC.Modtime) == 0) { 442if ((attributes & Entry_FC.Attribute) == 0) { 446attributes |= (Entry_FC.Attribute | Entry_FC.ExemptDelta); 451attributes &= ~(Entry_FC.Exptime|Entry_FC.Modtime); 459if (Update(oldEntry, Entry_FC.Attribute) != Status.Success) { 479Update(oldEntry, Entry_FC.Attribute); 486if (attributes != Entry_FC.None) {
net\System\Net\UnsafeNativeMethods.cs (1)
1977[In] _WinInetCache.Entry_FC fieldControl