35 references to HttpApi
Microsoft.AspNetCore.Server.HttpSys (35)
AsyncAcceptContext.cs (1)
177
statusCode =
HttpApi
.HttpReceiveHttpRequest(
AuthenticationManager.cs (1)
101
authInfo.Flags =
HttpApi
.HTTP_PROPERTY_FLAGS_PRESENT;
HttpSysListener.cs (1)
53
if (!
HttpApi
.Supported)
MessagePump.cs (1)
55
if (
HttpApi
.SupportsDelegation)
NativeInterop\DisconnectListener.cs (1)
88
statusCode =
HttpApi
.HttpWaitForDisconnectEx(requestQueueHandle: _requestQueue.Handle,
NativeInterop\RequestQueue.cs (2)
73
HttpApi
.Version,
85
HttpApi
.Version,
NativeInterop\ServerSession.cs (1)
15
HttpApi
.Version, &serverSessionId, 0);
NativeInterop\UrlGroup.cs (3)
66
Flags =
HttpApi
.HTTP_PROPERTY_FLAGS_PRESENT,
83
Flags =
HttpApi
.HTTP_PROPERTY_FLAGS_PRESENT,
126
Flags =
HttpApi
.HTTP_PROPERTY_FLAGS_PRESENT,
RequestProcessing\ClientCertLoader.cs (2)
161
HttpApi
.HttpReceiveClientCertificate(
240
HttpApi
.HttpReceiveClientCertificate(
RequestProcessing\RequestContext.cs (10)
231
if (!
HttpApi
.SupportsQueryTlsCipherInfo)
240
var statusCode =
HttpApi
.HttpGetRequestProperty(
272
if (!
HttpApi
.SupportsClientHello)
286
statusCode =
HttpApi
.HttpGetRequestProperty(
327
if (!
HttpApi
.HttpGetRequestPropertySupported)
343
statusCode =
HttpApi
.HttpGetRequestProperty(
373
if (!
HttpApi
.HttpGetRequestPropertySupported)
381
var statusCode =
HttpApi
.HttpGetRequestProperty(
404
if (!
HttpApi
.SupportsReset)
412
var statusCode =
HttpApi
.HttpSetRequestProperty(Server.RequestQueue.Handle, Request.RequestId, HTTP_REQUEST_PROPERTY.HttpRequestPropertyStreamError, &streamError,
RequestProcessing\RequestContext.FeatureCollection.cs (2)
391
if (Request.ProtocolVersion >= HttpVersion.Version20 &&
HttpApi
.SupportsTrailers)
400
if (Request.ProtocolVersion >= HttpVersion.Version20 &&
HttpApi
.SupportsReset)
RequestProcessing\RequestStream.cs (1)
235
HttpApi
.HttpReceiveRequestEntityBody(
RequestProcessing\Response.cs (3)
168
|| (
HttpApi
.SupportsTrailers && Request.ProtocolVersion >= HttpVersion.Version20
343
HttpApi
.HttpSendHttpResponse(
361
HttpApi
.HttpSendHttpResponse(
RequestProcessing\ResponseBody.cs (3)
350
statusCode =
HttpApi
.HttpSendResponseEntityBody(
678
statusCode =
HttpApi
.HttpSendResponseEntityBody(
773
HttpApi
.CancelIoEx(RequestQueueHandle, asyncState.NativeOverlapped!);
StandardFeatureCollection.cs (1)
51
if (
HttpApi
.SupportsDelegation)
TimeoutManager.cs (1)
213
Flags =
HttpApi
.HTTP_PROPERTY_FLAGS_PRESENT,
WebHostBuilderHttpSysExtensions.cs (1)
35
if (
HttpApi
.SupportsDelegation)