2 references to HttpReadFragmentFromCache
Microsoft.AspNetCore.Shared.Tests (2)
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (2)
1612 /// <inheritdoc cref="HttpReadFragmentFromCache(winmdroot.Foundation.HANDLE, winmdroot.Foundation.PCWSTR, winmdroot.Networking.HttpServer.HTTP_BYTE_RANGE*, void*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 1631 uint __result = PInvoke.HttpReadFragmentFromCache(RequestQueueHandleLocal, UrlPrefixLocal, ByteRange.HasValue ? &ByteRangeLocal : null, Buffer, BufferLength, BytesRead, Overlapped.HasValue ? &OverlappedLocal : null);