4 references to HttpQueryRequestQueueProperty
Microsoft.AspNetCore.Shared.Tests (4)
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (4)
231 /// <inheritdoc cref="HttpQueryRequestQueueProperty(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint, uint, uint*, void*)"/>
250 uint __result = PInvoke.HttpQueryRequestQueueProperty(RequestQueueHandleLocal, Property, (void* )PropertyInformationLocal, (uint )PropertyInformation.Length, default, ReturnLengthLocal, default);
262 /// <inheritdoc cref="HttpQueryRequestQueueProperty(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint, uint, uint*, void*)"/>
279 uint __result = PInvoke.HttpQueryRequestQueueProperty(RequestQueueHandleLocal, Property, (void* )PropertyInformationLocal, (uint )PropertyInformation.Length, default, default(uint* ), default);