16 references to HTTP_SERVER_PROPERTY
Microsoft.AspNetCore.Server.HttpSys (16)
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,
165
HTTP_SERVER_PROPERTY
.HttpServer503VerbosityProperty,
NativeInterop\UrlGroup.cs (6)
63
SetProperty(
HTTP_SERVER_PROPERTY
.HttpServerQosProperty, new IntPtr(&qosSettings), (uint)QosInfoSize);
74
SetProperty(
HTTP_SERVER_PROPERTY
.HttpServerDelegationProperty, new IntPtr(&propertyInfo), (uint)RequestPropertyInfoSize);
84
SetProperty(
HTTP_SERVER_PROPERTY
.HttpServerDelegationProperty, new IntPtr(&propertyInfo), (uint)RequestPropertyInfoSize, throwOnError);
87
internal unsafe void SetProperty(
HTTP_SERVER_PROPERTY
property, IntPtr info, uint infosize, bool throwOnError = true)
119
SetProperty(
HTTP_SERVER_PROPERTY
.HttpServerBindingProperty,
135
SetProperty(
HTTP_SERVER_PROPERTY
.HttpServerBindingProperty,
TimeoutManager.cs (1)
225
HTTP_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);