7 references to UnsafeWinInetCache
System (7)
net\System\Net\Cache\IERequestCache.cs (1)
177
if (!UnsafeNclNativeMethods.
UnsafeWinInetCache
.UnlockUrlCacheEntryFileW(key, 0)) {
net\System\Net\Cache\WinInetCache.cs (6)
235
bool found = UnsafeNclNativeMethods.
UnsafeWinInetCache
.GetUrlCacheEntryInfoW(entry.Key, entryPtr, ref size);
339
StringBuilder sb = new StringBuilder(UnsafeNclNativeMethods.
UnsafeWinInetCache
.MAX_PATH);
340
if (UnsafeNclNativeMethods.
UnsafeWinInetCache
.CreateUrlCacheEntryW(entry.Key, entry.OptionalLength, entry.FileExt, sb, 0)) {
367
if (!UnsafeNclNativeMethods.
UnsafeWinInetCache
.CommitUrlCacheEntryW(
406
if (!UnsafeNclNativeMethods.
UnsafeWinInetCache
.SetUrlCacheEntryInfoW(newEntry.Key, bytePtr, attributes)) {
504
if (!UnsafeNclNativeMethods.
UnsafeWinInetCache
.DeleteUrlCacheEntryW(entry.Key)) {