1 write to Protocol
Microsoft.AspNetCore.Server.HttpSys (1)
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
426protocolInfo->Protocol = protocol;
2 references to Protocol
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Request.cs (1)
361Protocol = (SslProtocols)handshake.Protocol;
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
392var protocol = protocolInfo->Protocol;