1 instantiation of HTTPAPI_VERSION
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\HttpApi.cs (1)
46internal static HTTPAPI_VERSION Version { get; } = new () { HttpApiMajorVersion = 2 };
8 references to HTTPAPI_VERSION
Microsoft.AspNetCore.Server.HttpSys (8)
_generated\77\Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (7)
126 /// <inheritdoc cref="HttpCreateRequestQueue(winmdroot.Networking.HttpServer.HTTPAPI_VERSION, winmdroot.Foundation.PCWSTR, winmdroot.Security.SECURITY_ATTRIBUTES*, uint, winmdroot.Networking.HttpServer.HTTP_REQUEST_QUEUE_HANDLE*)"/> 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) 171 internal static extern unsafe uint HttpCreateRequestQueue(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, [Optional] winmdroot.Foundation.PCWSTR Name, [Optional] winmdroot.Security.SECURITY_ATTRIBUTES* SecurityAttributes, [Optional] uint Flags, winmdroot.Networking.HttpServer.HTTP_REQUEST_QUEUE_HANDLE* RequestQueueHandle); 173 /// <inheritdoc cref="HttpCreateServerSession(winmdroot.Networking.HttpServer.HTTPAPI_VERSION, ulong*, uint)"/> 175 internal static unsafe uint HttpCreateServerSession(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, out ulong ServerSessionId) 201 internal static extern unsafe uint HttpCreateServerSession(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, ulong* ServerSessionId, [Optional] uint Reserved); 366 internal static extern unsafe uint HttpInitialize(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, winmdroot.Networking.HttpServer.HTTP_INITIALIZE Flags, [Optional] void* pReserved);
NativeInterop\HttpApi.cs (1)
46internal static HTTPAPI_VERSION Version { get; } = new () { HttpApiMajorVersion = 2 };