2 references to HttpAddFragmentToCache
Microsoft.AspNetCore.Shared.Tests (2)
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (2)
1543
/// <inheritdoc cref="
HttpAddFragmentToCache
(winmdroot.Foundation.HANDLE, winmdroot.Foundation.PCWSTR, winmdroot.Networking.HttpServer.HTTP_DATA_CHUNK*, winmdroot.Networking.HttpServer.HTTP_CACHE_POLICY*, global::System.Threading.NativeOverlapped*)"/>
1565
uint __result = PInvoke.
HttpAddFragmentToCache
(RequestQueueHandleLocal, UrlPrefixLocal, DataChunkLocal, CachePolicyLocal, Overlapped.HasValue ? &OverlappedLocal : null);