24 references to HTTP_SERVER_PROPERTY
Microsoft.AspNetCore.Shared.Tests (24)
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (24)
174 /// <inheritdoc cref="HttpSetRequestQueueProperty(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint, uint, void*)"/> 176 internal static unsafe uint HttpSetRequestQueueProperty(SafeHandle RequestQueueHandle, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, ReadOnlySpan<byte> PropertyInformation) 229 internal static extern unsafe uint HttpSetRequestQueueProperty(winmdroot.Foundation.HANDLE RequestQueueHandle, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, void* PropertyInformation, uint PropertyInformationLength, [Optional] uint Reserved1, [Optional] void* Reserved2); 231 /// <inheritdoc cref="HttpQueryRequestQueueProperty(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint, uint, uint*, void*)"/> 233 internal static unsafe uint HttpQueryRequestQueueProperty(SafeHandle RequestQueueHandle, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, [Optional] Span<byte> PropertyInformation, out uint ReturnLength) 262 /// <inheritdoc cref="HttpQueryRequestQueueProperty(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint, uint, uint*, void*)"/> 264 internal static unsafe uint HttpQueryRequestQueueProperty(SafeHandle RequestQueueHandle, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, [Optional] Span<byte> PropertyInformation) 317 internal static extern unsafe uint HttpQueryRequestQueueProperty(winmdroot.Foundation.HANDLE RequestQueueHandle, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, [Optional] void* PropertyInformation, uint PropertyInformationLength, [Optional] uint Reserved1, [Optional] uint* ReturnLength, [Optional] void* Reserved2); 642 /// <inheritdoc cref="HttpQueryServerSessionProperty(ulong, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint, uint*)"/> 644 internal static unsafe uint HttpQueryServerSessionProperty(ulong ServerSessionId, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, [Optional] Span<byte> PropertyInformation, out uint ReturnLength) 656 /// <inheritdoc cref="HttpQueryServerSessionProperty(ulong, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint, uint*)"/> 658 internal static unsafe uint HttpQueryServerSessionProperty(ulong ServerSessionId, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, [Optional] Span<byte> PropertyInformation) 694 internal static extern unsafe uint HttpQueryServerSessionProperty(ulong ServerSessionId, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, [Optional] void* PropertyInformation, uint PropertyInformationLength, [Optional] uint* ReturnLength); 696 /// <inheritdoc cref="HttpSetServerSessionProperty(ulong, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint)"/> 698 internal static unsafe uint HttpSetServerSessionProperty(ulong ServerSessionId, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, ReadOnlySpan<byte> PropertyInformation) 730 internal static extern unsafe uint HttpSetServerSessionProperty(ulong ServerSessionId, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, void* PropertyInformation, uint PropertyInformationLength); 933 /// <inheritdoc cref="HttpSetUrlGroupProperty(ulong, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint)"/> 935 internal static unsafe uint HttpSetUrlGroupProperty(ulong UrlGroupId, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, ReadOnlySpan<byte> PropertyInformation) 964 internal static extern unsafe uint HttpSetUrlGroupProperty(ulong UrlGroupId, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, void* PropertyInformation, uint PropertyInformationLength); 966 /// <inheritdoc cref="HttpQueryUrlGroupProperty(ulong, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint, uint*)"/> 968 internal static unsafe uint HttpQueryUrlGroupProperty(ulong UrlGroupId, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, [Optional] Span<byte> PropertyInformation, out uint ReturnLength) 980 /// <inheritdoc cref="HttpQueryUrlGroupProperty(ulong, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint, uint*)"/> 982 internal static unsafe uint HttpQueryUrlGroupProperty(ulong UrlGroupId, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, [Optional] Span<byte> PropertyInformation) 1015 internal static extern unsafe uint HttpQueryUrlGroupProperty(ulong UrlGroupId, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, [Optional] void* PropertyInformation, uint PropertyInformationLength, [Optional] uint* ReturnLength);