Base:
property
Features
Microsoft.AspNetCore.Connections.BaseConnectionContext.Features
1 write to Features
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
88
Features
= new FeatureCollection();
13 references to Features
Microsoft.AspNetCore.Http.Connections (13)
Internal\HttpConnectionContext.cs (12)
89
Features
.Set<IConnectionUserFeature>(this);
90
Features
.Set<IConnectionItemsFeature>(this);
91
Features
.Set<IConnectionIdFeature>(this);
92
Features
.Set<IConnectionTransportFeature>(this);
93
Features
.Set<IConnectionHeartbeatFeature>(this);
94
Features
.Set<ITransferFormatFeature>(this);
95
Features
.Set<IHttpContextFeature>(this);
96
Features
.Set<IHttpTransportFeature>(this);
97
Features
.Set<IConnectionInherentKeepAliveFeature>(this);
98
Features
.Set<IConnectionLifetimeFeature>(this);
99
Features
.Set<IConnectionLifetimeNotificationFeature>(this);
104
Features
.Set<IStatefulReconnectFeature>(this);
Internal\HttpConnectionDispatcher.cs (1)
603
connection.
Features
.Set(context.Features.Get<IHttpConnectionFeature>());