1 write to _hubContext
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
46
_hubContext
= hubContext;
2 references to _hubContext
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (2)
746
hub.Clients = new HubCallerClients(
_hubContext
.Clients, connection.ConnectionId, connection.ActiveInvocationLimit)
751
hub.Groups =
_hubContext
.Groups;