1 write to _clients
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubContext`T.cs (1)
19
_clients
= new HubClients<THub, T>(_lifetimeManager);
1 reference to _clients
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubContext`T.cs (1)
23
public IHubClients<T> Clients =>
_clients
;