4 references to HttpQueryRequestProperty
Microsoft.AspNetCore.Shared.Tests (4)
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (4)
374 /// <inheritdoc cref="HttpQueryRequestProperty(winmdroot.Foundation.HANDLE, ulong, winmdroot.Networking.HttpServer.HTTP_REQUEST_PROPERTY, void*, uint, void*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 394 uint __result = PInvoke.HttpQueryRequestProperty(RequestQueueHandleLocal, Id, PropertyId, (void* )QualifierLocal, (uint )Qualifier.Length, (void* )OutputLocal, (uint )Output.Length, BytesReturnedLocal, Overlapped); 407 /// <inheritdoc cref="HttpQueryRequestProperty(winmdroot.Foundation.HANDLE, ulong, winmdroot.Networking.HttpServer.HTTP_REQUEST_PROPERTY, void*, uint, void*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 425 uint __result = PInvoke.HttpQueryRequestProperty(RequestQueueHandleLocal, Id, PropertyId, (void* )QualifierLocal, (uint )Qualifier.Length, (void* )OutputLocal, (uint )Output.Length, default(uint* ), Overlapped);