Base:
property
Features
Microsoft.AspNetCore.Connections.BaseConnectionContext.Features
1 write to Features
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
101
Features
= new FeatureCollection();
15 references to Features
Microsoft.AspNetCore.Http.Connections (15)
Internal\HttpConnectionContext.cs (13)
102
Features
.Set<IConnectionUserFeature>(this);
103
Features
.Set<IConnectionAuthenticationRefreshFeature>(this);
104
Features
.Set<IConnectionItemsFeature>(this);
105
Features
.Set<IConnectionIdFeature>(this);
106
Features
.Set<IConnectionTransportFeature>(this);
107
Features
.Set<IConnectionHeartbeatFeature>(this);
108
Features
.Set<ITransferFormatFeature>(this);
109
Features
.Set<IHttpContextFeature>(this);
110
Features
.Set<IHttpTransportFeature>(this);
111
Features
.Set<IConnectionInherentKeepAliveFeature>(this);
112
Features
.Set<IConnectionLifetimeFeature>(this);
113
Features
.Set<IConnectionLifetimeNotificationFeature>(this);
118
Features
.Set<IStatefulReconnectFeature>(this);
Internal\HttpConnectionDispatcher.cs (2)
838
connection.
Features
.Set(context.Features.Get<IHttpConnectionFeature>());
842
connection.
Features
.Set(context.Features.Get<IConnectionEndPointFeature>());