1 override of Features
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubCallerContext.cs (1)
36
public override IFeatureCollection
Features
=> _connection.Features;
2 references to Features
Microsoft.AspNetCore.Components.Server (1)
ComponentHub.cs (1)
80
Context.
Features
.Get<IConnectionAuthenticationRefreshFeature>()?.OnAuthenticationRefresh = static _ => Task.FromResult(true);
Microsoft.AspNetCore.SignalR (1)
GetHttpContextExtensions.cs (1)
22
return connection.
Features
.Get<IHttpContextFeature>()?.HttpContext;