Base:
property
Features
Microsoft.AspNetCore.Connections.BaseConnectionContext.Features
1 write to Features
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
95
Features
= new FeatureCollection();
15 references to Features
Microsoft.AspNetCore.Http.Connections (15)
Internal\HttpConnectionContext.cs (13)
96
Features
.Set<IConnectionUserFeature>(this);
97
Features
.Set<IConnectionUserRefreshFeature>(this);
98
Features
.Set<IConnectionItemsFeature>(this);
99
Features
.Set<IConnectionIdFeature>(this);
100
Features
.Set<IConnectionTransportFeature>(this);
101
Features
.Set<IConnectionHeartbeatFeature>(this);
102
Features
.Set<ITransferFormatFeature>(this);
103
Features
.Set<IHttpContextFeature>(this);
104
Features
.Set<IHttpTransportFeature>(this);
105
Features
.Set<IConnectionInherentKeepAliveFeature>(this);
106
Features
.Set<IConnectionLifetimeFeature>(this);
107
Features
.Set<IConnectionLifetimeNotificationFeature>(this);
112
Features
.Set<IStatefulReconnectFeature>(this);
Internal\HttpConnectionDispatcher.cs (2)
844
connection.
Features
.Set(context.Features.Get<IHttpConnectionFeature>());
848
connection.
Features
.Set(context.Features.Get<IConnectionEndPointFeature>());