2 references to Others
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTestUtils\Hubs.cs (1)
477return Clients.Others.Send(message);
SignalRSamples (1)
Hubs\DynamicChat.cs (1)
29return Clients.Others.Send($"{name}: {message}");