1 override of OnConnectedAsync
Microsoft.AspNetCore.SignalR.Core (1)
DefaultHubLifetimeManager.cs (1)
292public override Task OnConnectedAsync(HubConnectionContext connection)
1 reference to OnConnectedAsync
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
149await _lifetimeManager.OnConnectedAsync(connectionContext);