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