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