Base:
property
Features
Microsoft.AspNetCore.Connections.BaseConnectionContext.Features
2 references to Features
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicConnectionContext.cs (1)
254var heartbeatFeature = Features.Get<IConnectionHeartbeatFeature>();
Internal\QuicStreamContext.cs (1)
51MultiplexedConnectionFeatures = connection.Features;