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