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)
660
hub.Clients = new HubCallerClients(
_hubContext
.Clients, connection.ConnectionId, connection.ActiveInvocationLimit) { InvokeAllowed = invokeAllowed };
662
hub.Groups =
_hubContext
.Groups;