10 references to HTTP_REQUEST_PROPERTY
Microsoft.AspNetCore.Server.HttpSys (10)
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 (5)
243
propertyId:
HTTP_REQUEST_PROPERTY
.HttpRequestPropertyTlsCipherInfo,
289
propertyId:
HTTP_REQUEST_PROPERTY
.HttpRequestPropertyTlsClientHello,
321
HTTP_REQUEST_PROPERTY
propertyId,
384
HTTP_REQUEST_PROPERTY
.HttpRequestPropertySni,
412
var statusCode = HttpApi.HttpSetRequestProperty(Server.RequestQueue.Handle, Request.RequestId,
HTTP_REQUEST_PROPERTY
.HttpRequestPropertyStreamError, &streamError,
RequestProcessing\RequestContext.FeatureCollection.cs (1)
770
return TryGetRequestPropertyCore((
HTTP_REQUEST_PROPERTY
)propertyId, qualifier, output, out bytesReturned);