35 references to HttpApi
Microsoft.AspNetCore.Server.HttpSys (31)
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)
49if (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)
53Flags = HttpApi.HTTP_PROPERTY_FLAGS_PRESENT, 70Flags = HttpApi.HTTP_PROPERTY_FLAGS_PRESENT, 113Flags = HttpApi.HTTP_PROPERTY_FLAGS_PRESENT,
RequestProcessing\ClientCertLoader.cs (2)
161HttpApi.HttpReceiveClientCertificate( 240HttpApi.HttpReceiveClientCertificate(
RequestProcessing\RequestContext.cs (6)
233if (!HttpApi.SupportsClientHello) 247statusCode = HttpApi.HttpGetRequestProperty( 278if (!HttpApi.HttpGetRequestPropertySupported) 286var statusCode = HttpApi.HttpGetRequestProperty( 309if (!HttpApi.SupportsReset) 317var statusCode = HttpApi.HttpSetRequestProperty(Server.RequestQueue.Handle, Request.RequestId, HTTP_REQUEST_PROPERTY.HttpRequestPropertyStreamError, &streamError,
RequestProcessing\RequestContext.FeatureCollection.cs (2)
388if (Request.ProtocolVersion >= HttpVersion.Version20 && HttpApi.SupportsTrailers) 397if (Request.ProtocolVersion >= HttpVersion.Version20 && HttpApi.SupportsReset)
RequestProcessing\RequestStream.cs (1)
246HttpApi.HttpReceiveRequestEntityBody(
RequestProcessing\Response.cs (3)
156|| (HttpApi.SupportsTrailers && Request.ProtocolVersion >= HttpVersion.Version20 325HttpApi.HttpSendHttpResponse( 343HttpApi.HttpSendHttpResponse(
RequestProcessing\ResponseBody.cs (3)
357statusCode = HttpApi.HttpSendResponseEntityBody( 680statusCode = HttpApi.HttpSendResponseEntityBody( 775HttpApi.CancelIoEx(RequestQueueHandle, asyncState.NativeOverlapped!);
StandardFeatureCollection.cs (1)
50if (HttpApi.SupportsDelegation)
TimeoutManager.cs (1)
213Flags = HttpApi.HTTP_PROPERTY_FLAGS_PRESENT,
WebHostBuilderHttpSysExtensions.cs (1)
35if (HttpApi.SupportsDelegation)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (3)
DelegateSupportedConditionAttribute.cs (1)
16try { _httpApiSupportsDelegation = HttpApi.SupportsDelegation; } catch { }
Listener\ServerOnExistingQueueTests.cs (1)
244HttpApi.Version,
ServerTests.cs (1)
48HttpApi.Version,
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (1)
DelegateSupportedConditionAttribute.cs (1)
16try { _httpApiSupportsDelegation = HttpApi.SupportsDelegation; } catch { }