4 references to All
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTestUtils\Hubs.cs (1)
467return Clients.All.Broadcast(message);
SignalRSamples (3)
Hubs\DynamicChat.cs (3)
13return Clients.All.Send($"{name} joined the chat"); 19return Clients.All.Send($"{name} left the chat"); 24return Clients.All.Send($"{name}: {message}");