2 references to ConnectionFeatures
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (2)
504
var tlsFeature =
ConnectionFeatures
.Get<ITlsHandshakeFeature>();
546
if (
ConnectionFeatures
.Get<ITlsHandshakeFeature>() != null)