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