4 references to HTTP_DELEGATE_REQUEST_PROPERTY_INFO
Microsoft.AspNetCore.Shared.Tests (4)
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (4)
1369 /// <inheritdoc cref="HttpDelegateRequestEx(winmdroot.Foundation.HANDLE, winmdroot.Foundation.HANDLE, ulong, ulong, uint, winmdroot.Networking.HttpServer.HTTP_DELEGATE_REQUEST_PROPERTY_INFO*)"/>
1370 internal static unsafe uint HttpDelegateRequestEx(SafeHandle RequestQueueHandle, SafeHandle DelegateQueueHandle, ulong RequestId, ulong DelegateUrlGroupId, uint PropertyInfoSetSize, in winmdroot.Networking.HttpServer.HTTP_DELEGATE_REQUEST_PROPERTY_INFO PropertyInfoSet)
1376 fixed (winmdroot.Networking.HttpServer.HTTP_DELEGATE_REQUEST_PROPERTY_INFO* PropertyInfoSetLocal = &PropertyInfoSet)
1436 internal static extern unsafe uint HttpDelegateRequestEx(winmdroot.Foundation.HANDLE RequestQueueHandle, winmdroot.Foundation.HANDLE DelegateQueueHandle, ulong RequestId, ulong DelegateUrlGroupId, uint PropertyInfoSetSize, winmdroot.Networking.HttpServer.HTTP_DELEGATE_REQUEST_PROPERTY_INFO* PropertyInfoSet);