Base:
property
Features
Microsoft.AspNetCore.Connections.BaseConnectionContext.Features
1 write to Features
Microsoft.AspNetCore.Connections.Abstractions (1)
DefaultConnectionContext.cs (1)
47
Features
= new FeatureCollection();
6 references to Features
Microsoft.AspNetCore.Connections.Abstractions (6)
DefaultConnectionContext.cs (6)
48
Features
.Set<IConnectionUserFeature>(this);
49
Features
.Set<IConnectionItemsFeature>(this);
50
Features
.Set<IConnectionIdFeature>(this);
51
Features
.Set<IConnectionTransportFeature>(this);
52
Features
.Set<IConnectionLifetimeFeature>(this);
53
Features
.Set<IConnectionEndPointFeature>(this);