3 references to HTTP_INITIALIZE
Microsoft.AspNetCore.Server.HttpSys (3)
NativeInterop\HttpApi.cs (2)
78
var statusCode = PInvoke.HttpInitialize(Version,
HTTP_INITIALIZE
.HTTP_INITIALIZE_SERVER |
HTTP_INITIALIZE
.HTTP_INITIALIZE_CONFIG);
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (1)
398
internal static extern unsafe uint HttpInitialize(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, winmdroot.Networking.HttpServer.
HTTP_INITIALIZE
Flags, [Optional] void* pReserved);