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