1 reference to HTTP_REQUEST_FLAG_HTTP2
Microsoft.AspNetCore.Server.HttpSys (1)
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
162
internal bool IsHttp2 => (NativeRequest->Flags & PInvoke.
HTTP_REQUEST_FLAG_HTTP2
) != 0;