16 references to HTTP_SERVER_PROPERTY
Microsoft.AspNetCore.Server.HttpSys (16)
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, 165HTTP_SERVER_PROPERTY.HttpServer503VerbosityProperty,
NativeInterop\UrlGroup.cs (6)
63SetProperty(HTTP_SERVER_PROPERTY.HttpServerQosProperty, new IntPtr(&qosSettings), (uint)QosInfoSize); 74SetProperty(HTTP_SERVER_PROPERTY.HttpServerDelegationProperty, new IntPtr(&propertyInfo), (uint)RequestPropertyInfoSize); 84SetProperty(HTTP_SERVER_PROPERTY.HttpServerDelegationProperty, new IntPtr(&propertyInfo), (uint)RequestPropertyInfoSize, throwOnError); 87internal unsafe void SetProperty(HTTP_SERVER_PROPERTY property, IntPtr info, uint infosize, bool throwOnError = true) 119SetProperty(HTTP_SERVER_PROPERTY.HttpServerBindingProperty, 135SetProperty(HTTP_SERVER_PROPERTY.HttpServerBindingProperty,
TimeoutManager.cs (1)
225HTTP_SERVER_PROPERTY.HttpServerTimeoutsProperty,
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (4)
667 /// <inheritdoc cref="HttpSetRequestQueueProperty(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint, uint, void*)"/> 669 internal static unsafe uint HttpSetRequestQueueProperty(SafeHandle RequestQueueHandle, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, void* PropertyInformation, uint PropertyInformationLength) 720 internal static extern unsafe uint HttpSetRequestQueueProperty(winmdroot.Foundation.HANDLE RequestQueueHandle, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, void* PropertyInformation, uint PropertyInformationLength, uint Reserved1, [Optional] void* Reserved2); 743 internal static extern unsafe uint HttpSetUrlGroupProperty(ulong UrlGroupId, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, void* PropertyInformation, uint PropertyInformationLength);