1 implementation of IConnectionAuthenticationRefreshFeature
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
27IConnectionAuthenticationRefreshFeature,
5 references to IConnectionAuthenticationRefreshFeature
Microsoft.AspNetCore.Components.Server (1)
ComponentHub.cs (1)
80Context.Features.Get<IConnectionAuthenticationRefreshFeature>()?.OnAuthenticationRefresh = static _ => Task.FromResult(true);
Microsoft.AspNetCore.Http.Connections (2)
HttpConnectionDispatcherOptions.cs (1)
153/// <see cref="IConnectionAuthenticationRefreshFeature.OnAuthenticationRefresh"/>
Internal\HttpConnectionContext.cs (1)
103Features.Set<IConnectionAuthenticationRefreshFeature>(this);
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionHandler.cs (2)
152var authenticationRefreshFeature = connection.Features.Get<IConnectionAuthenticationRefreshFeature>();