4 references to HttpReadFragmentFromCache
Microsoft.AspNetCore.Shared.Tests (4)
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (4)
1950 /// <inheritdoc cref="HttpReadFragmentFromCache(winmdroot.Foundation.HANDLE, winmdroot.Foundation.PCWSTR, winmdroot.Networking.HttpServer.HTTP_BYTE_RANGE*, void*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 1972 uint __result = PInvoke.HttpReadFragmentFromCache(RequestQueueHandleLocal, UrlPrefixLocal, ByteRange.HasValue ? &ByteRangeLocal : null, (void* )BufferLocal, (uint )Buffer.Length, BytesReadLocal, Overlapped); 1985 /// <inheritdoc cref="HttpReadFragmentFromCache(winmdroot.Foundation.HANDLE, winmdroot.Foundation.PCWSTR, winmdroot.Networking.HttpServer.HTTP_BYTE_RANGE*, void*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 2005 uint __result = PInvoke.HttpReadFragmentFromCache(RequestQueueHandleLocal, UrlPrefixLocal, ByteRange.HasValue ? &ByteRangeLocal : null, (void* )BufferLocal, (uint )Buffer.Length, default(uint* ), Overlapped);