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