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