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