1 override of OnAuthenticationRefreshedAsync
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
156public override Task OnAuthenticationRefreshedAsync(HubConnectionContext connection)
1 reference to OnAuthenticationRefreshedAsync
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
217_ = _dispatcher.OnAuthenticationRefreshedAsync(connection);