3 references to HTTP_REQUEST_PROPERTY
Microsoft.AspNetCore.Shared.Tests (3)
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (3)
285 /// <inheritdoc cref="HttpSetRequestProperty(winmdroot.Foundation.HANDLE, ulong, winmdroot.Networking.HttpServer.HTTP_REQUEST_PROPERTY, void*, uint, global::System.Threading.NativeOverlapped*)"/>
286 internal static unsafe uint HttpSetRequestProperty(SafeHandle RequestQueueHandle, ulong Id, winmdroot.Networking.HttpServer.HTTP_REQUEST_PROPERTY PropertyId, void* Input, uint InputPropertySize, in global::System.Threading.NativeOverlapped Overlapped)
336 internal static extern unsafe uint HttpSetRequestProperty(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong Id, winmdroot.Networking.HttpServer.HTTP_REQUEST_PROPERTY PropertyId, [Optional] void* Input, uint InputPropertySize, global::System.Threading.NativeOverlapped* Overlapped);