8 references to HTTP_REQUEST_PROPERTY
Microsoft.AspNetCore.Server.HttpSys (8)
NativeInterop\HttpApi.cs (4)
37internal unsafe delegate uint HttpGetRequestPropertyInvoker(SafeHandle requestQueueHandle, ulong requestId, HTTP_REQUEST_PROPERTY propertyId, 40internal unsafe delegate uint HttpSetRequestPropertyInvoker(SafeHandle requestQueueHandle, ulong requestId, HTTP_REQUEST_PROPERTY propertyId, 55internal static unsafe uint HttpGetRequestProperty(SafeHandle requestQueueHandle, ulong requestId, HTTP_REQUEST_PROPERTY propertyId, 61internal static unsafe uint HttpSetRequestProperty(SafeHandle requestQueueHandle, ulong requestId, HTTP_REQUEST_PROPERTY propertyId,
RequestProcessing\RequestContext.cs (4)
243propertyId: HTTP_REQUEST_PROPERTY.HttpRequestPropertyTlsCipherInfo, 289propertyId: HTTP_REQUEST_PROPERTY.HttpRequestPropertyTlsClientHello, 328HTTP_REQUEST_PROPERTY.HttpRequestPropertySni, 356var statusCode = HttpApi.HttpSetRequestProperty(Server.RequestQueue.Handle, Request.RequestId, HTTP_REQUEST_PROPERTY.HttpRequestPropertyStreamError, &streamError,