2 references to HttpCancelHttpRequest
Microsoft.AspNetCore.Shared.Tests (2)
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (2)
1272
/// <inheritdoc cref="
HttpCancelHttpRequest
(winmdroot.Foundation.HANDLE, ulong, global::System.Threading.NativeOverlapped*)"/>
1288
uint __result = PInvoke.
HttpCancelHttpRequest
(RequestQueueHandleLocal, RequestId, Overlapped.HasValue ? &OverlappedLocal : null);