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
();
104
await hub.
OnConnectedAsync
();