3 references to HttpSetUrlGroupProperty
Microsoft.AspNetCore.Server.HttpSys (3)
NativeInterop\UrlGroup.cs (1)
105
var statusCode = PInvoke.
HttpSetUrlGroupProperty
(Id, property, info.ToPointer(), infosize);
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (2)
810
/// <inheritdoc cref="
HttpSetUrlGroupProperty
(ulong, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint)"/>
816
uint __result = PInvoke.
HttpSetUrlGroupProperty
(UrlGroupId, Property, (void* )PropertyInformationLocal, (uint )PropertyInformation.Length);