6 instantiations of FILETIME
System (6)
net\System\Net\Cache\IERequestCache.cs (5)
410
entry.Info.ExpireTime = new _WinInetCache.
FILETIME
(expiresUtc.ToFileTimeUtc());
415
entry.Info.LastModifiedTime = new _WinInetCache.
FILETIME
(lastModifiedUtc.ToFileTimeUtc());
526
entry.Info.ExpireTime = new _WinInetCache.
FILETIME
(expiresUtc.ToFileTimeUtc());
532
entry.Info.LastModifiedTime = new _WinInetCache.
FILETIME
(lastModifiedUtc.ToFileTimeUtc());
538
entry.Info.LastSyncTime = new _WinInetCache.
FILETIME
(lastSynchronizedUtc.ToFileTimeUtc());
net\System\Net\Cache\WinInetCache.cs (1)
127
public static readonly FILETIME Zero = new
FILETIME
(0L);
9 references to FILETIME
System (9)
net\System\Net\Cache\IERequestCache.cs (2)
408
entry.Info.ExpireTime = _WinInetCache.
FILETIME
.Zero;
413
entry.Info.LastModifiedTime = _WinInetCache.
FILETIME
.Zero;
net\System\Net\Cache\WinInetCache.cs (5)
127
public static readonly
FILETIME
Zero = new FILETIME(0L);
163
public
FILETIME
LastModifiedTime; // last modified time of the file in GMT format.
164
public
FILETIME
ExpireTime; // expire time of the file in GMT format
165
public
FILETIME
LastAccessTime; // last accessed time in GMT format
166
public
FILETIME
LastSyncTime; // last time the URL was synchronized with the source
net\System\Net\UnsafeNativeMethods.cs (2)
1957
[In] _WinInetCache.
FILETIME
expireTime,
1958
[In] _WinInetCache.
FILETIME
lastModifiedTime,