1 implementation of Clients
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubContext.cs (1)
18public IHubClients Clients => _clients;
1 reference to Clients
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.cs (1)
4548await context.Clients.All.SendAsync("Send", "test");