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