1 write to Protocol
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Request.cs (1)
347Protocol = (SslProtocols)handshake.Protocol;
1 reference to Protocol
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
576SslProtocols ITlsHandshakeFeature.Protocol => Request.Protocol;