19 references to HTTP_SERVER_PROPERTY
Microsoft.AspNetCore.Server.HttpSys (19)
AuthenticationManager.cs (3)
125HTTP_SERVER_PROPERTY property; 129property = HTTP_SERVER_PROPERTY.HttpServerExtendedAuthenticationProperty; 134property = HTTP_SERVER_PROPERTY.HttpServerAuthenticationProperty;
NativeInterop\RequestQueue.cs (2)
149HTTP_SERVER_PROPERTY.HttpServerQueueLengthProperty, 166HTTP_SERVER_PROPERTY.HttpServer503VerbosityProperty,
NativeInterop\UrlGroup.cs (7)
56SetProperty(HTTP_SERVER_PROPERTY.HttpServerChannelBindProperty, new(&channelBindingSettings), (uint)ChannelBindInfoSize); 76SetProperty(HTTP_SERVER_PROPERTY.HttpServerQosProperty, new IntPtr(&qosSettings), (uint)QosInfoSize); 87SetProperty(HTTP_SERVER_PROPERTY.HttpServerDelegationProperty, new IntPtr(&propertyInfo), (uint)RequestPropertyInfoSize); 97SetProperty(HTTP_SERVER_PROPERTY.HttpServerDelegationProperty, new IntPtr(&propertyInfo), (uint)RequestPropertyInfoSize, throwOnError); 100internal unsafe void SetProperty(HTTP_SERVER_PROPERTY property, IntPtr info, uint infosize, bool throwOnError = true) 132SetProperty(HTTP_SERVER_PROPERTY.HttpServerBindingProperty, 148SetProperty(HTTP_SERVER_PROPERTY.HttpServerBindingProperty,
TimeoutManager.cs (1)
225HTTP_SERVER_PROPERTY.HttpServerTimeoutsProperty,
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (6)
753 /// <inheritdoc cref="HttpSetRequestQueueProperty(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint, uint, void*)"/> 755 internal static unsafe uint HttpSetRequestQueueProperty(SafeHandle RequestQueueHandle, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, ReadOnlySpan<byte> PropertyInformation) 808 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); 810 /// <inheritdoc cref="HttpSetUrlGroupProperty(ulong, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint)"/> 812 internal static unsafe uint HttpSetUrlGroupProperty(ulong UrlGroupId, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, ReadOnlySpan<byte> PropertyInformation) 841 internal static extern unsafe uint HttpSetUrlGroupProperty(ulong UrlGroupId, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, void* PropertyInformation, uint PropertyInformationLength);