19 references to HTTP_SERVER_PROPERTY
Microsoft.AspNetCore.Server.HttpSys (19)
AuthenticationManager.cs (3)
125
HTTP_SERVER_PROPERTY
property;
129
property =
HTTP_SERVER_PROPERTY
.HttpServerExtendedAuthenticationProperty;
134
property =
HTTP_SERVER_PROPERTY
.HttpServerAuthenticationProperty;
NativeInterop\RequestQueue.cs (2)
149
HTTP_SERVER_PROPERTY
.HttpServerQueueLengthProperty,
166
HTTP_SERVER_PROPERTY
.HttpServer503VerbosityProperty,
NativeInterop\UrlGroup.cs (7)
56
SetProperty(
HTTP_SERVER_PROPERTY
.HttpServerChannelBindProperty, new(&channelBindingSettings), (uint)ChannelBindInfoSize);
76
SetProperty(
HTTP_SERVER_PROPERTY
.HttpServerQosProperty, new IntPtr(&qosSettings), (uint)QosInfoSize);
87
SetProperty(
HTTP_SERVER_PROPERTY
.HttpServerDelegationProperty, new IntPtr(&propertyInfo), (uint)RequestPropertyInfoSize);
97
SetProperty(
HTTP_SERVER_PROPERTY
.HttpServerDelegationProperty, new IntPtr(&propertyInfo), (uint)RequestPropertyInfoSize, throwOnError);
100
internal unsafe void SetProperty(
HTTP_SERVER_PROPERTY
property, IntPtr info, uint infosize, bool throwOnError = true)
132
SetProperty(
HTTP_SERVER_PROPERTY
.HttpServerBindingProperty,
148
SetProperty(
HTTP_SERVER_PROPERTY
.HttpServerBindingProperty,
TimeoutManager.cs (1)
225
HTTP_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);