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