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.Tests (1)
HubConnectionHandlerTests.cs (1)
4548
await context.
Clients
.All.SendAsync("Send", "test");