4 references to OnConnectedAsync
Microsoft.AspNetCore.SignalR.Core (4)
HubLifetimeContext.cs (1)
7/// Context for the hub lifetime events <see cref="Hub.OnConnectedAsync"/> and <see cref="Hub.OnDisconnectedAsync(Exception)"/>.
IHubFilter.cs (1)
20/// Allows handling of the <see cref="Hub.OnConnectedAsync"/> method.
Internal\DefaultHubDispatcher.cs (2)
65_onConnectedMiddleware = (context) => context.Hub.OnConnectedAsync(); 104await hub.OnConnectedAsync();