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