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