1 instantiation of HTTPAPI_VERSION
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\HttpApi.cs (1)
46
internal static HTTPAPI_VERSION Version { get; } =
new
() { HttpApiMajorVersion = 2 };
8 references to HTTPAPI_VERSION
Microsoft.AspNetCore.Server.HttpSys (8)
NativeInterop\HttpApi.cs (1)
46
internal static
HTTPAPI_VERSION
Version { get; } = new () { HttpApiMajorVersion = 2 };
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (7)
156
/// <inheritdoc cref="HttpCreateRequestQueue(winmdroot.Networking.HttpServer.
HTTPAPI_VERSION
, winmdroot.Foundation.PCWSTR, winmdroot.Security.SECURITY_ATTRIBUTES*, uint, winmdroot.Foundation.HANDLE*)"/>
158
internal static unsafe uint HttpCreateRequestQueue(winmdroot.Networking.HttpServer.
HTTPAPI_VERSION
Version, string Name, winmdroot.Security.SECURITY_ATTRIBUTES? SecurityAttributes, uint Flags, out Microsoft.Win32.SafeHandles.SafeFileHandle RequestQueueHandle)
200
internal static extern unsafe uint HttpCreateRequestQueue(winmdroot.Networking.HttpServer.
HTTPAPI_VERSION
Version, winmdroot.Foundation.PCWSTR Name, [Optional] winmdroot.Security.SECURITY_ATTRIBUTES* SecurityAttributes, uint Flags, winmdroot.Foundation.HANDLE* RequestQueueHandle);
202
/// <inheritdoc cref="HttpCreateServerSession(winmdroot.Networking.HttpServer.
HTTPAPI_VERSION
, ulong*, uint)"/>
204
internal static unsafe uint HttpCreateServerSession(winmdroot.Networking.HttpServer.
HTTPAPI_VERSION
Version, out ulong ServerSessionId)
231
internal static extern unsafe uint HttpCreateServerSession(winmdroot.Networking.HttpServer.
HTTPAPI_VERSION
Version, ulong* ServerSessionId, uint Reserved);
398
internal static extern unsafe uint HttpInitialize(winmdroot.Networking.HttpServer.
HTTPAPI_VERSION
Version, winmdroot.Networking.HttpServer.HTTP_INITIALIZE Flags, [Optional] void* pReserved);