6 references to ConnectionFeatures
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1Connection.cs (1)
769if (ConnectionFeatures.Get<ITlsHandshakeFeature>() == null)
Internal\Http\HttpProtocol.cs (1)
397var tlsFeature = ConnectionFeatures?[typeof(ITlsConnectionFeature)];
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
281ConnectionFeatures.Get<IDecrementConcurrentConnectionCountFeature>()?.ReleaseConnection();
Internal\Http\HttpProtocol.Generated.cs (3)
337return feature ?? ConnectionFeatures?[key]; 643if (feature == null && ConnectionFeatures != null) 645feature = ConnectionFeatures.Get<TFeature>();