4 references to ConnectionFeatures
InMemory.FunctionalTests (2)
Http2\Http2ConnectionTests.cs (2)
4163
var lifetime = _connection.
ConnectionFeatures
.Get<IConnectionLifetimeNotificationFeature>();
5891
_connection.
ConnectionFeatures
.Set<ITlsHandshakeFeature>(tlsHandshakeMock.Object);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (2)
504
var tlsFeature =
ConnectionFeatures
.Get<ITlsHandshakeFeature>();
546
if (
ConnectionFeatures
.Get<ITlsHandshakeFeature>() != null)