1 instantiation of HttpCloseRequestQueueSafeHandle
Microsoft.AspNetCore.Server.HttpSys (1)
_generated\77\Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (1)
135
RequestQueueHandle = new global::Windows.Win32.
HttpCloseRequestQueueSafeHandle
(default, ownsHandle: true);
2 references to HttpCloseRequestQueueSafeHandle
Microsoft.AspNetCore.Server.HttpSys (2)
_generated\77\Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (1)
129
internal static unsafe uint HttpCreateRequestQueue(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, [Optional] string Name, [Optional] winmdroot.Security.SECURITY_ATTRIBUTES? SecurityAttributes, [Optional] uint Flags, out global::Windows.Win32.
HttpCloseRequestQueueSafeHandle
RequestQueueHandle)
NativeInterop\RequestQueue.cs (1)
77
out
var
requestQueueHandle);