1 implementation of Clients
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubContext.cs (1)
18public IHubClients Clients => _clients;
1 reference to Clients
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
660hub.Clients = new HubCallerClients(_hubContext.Clients, connection.ConnectionId, connection.ActiveInvocationLimit) { InvokeAllowed = invokeAllowed };