12 references to Send
Microsoft.AspNetCore.SignalR.Tests (12)
HubConnectionHandlerTestUtils\Hubs.cs (12)
502return Clients.User(userId).Send(message); 507return Clients.Users(userIds).Send(message); 512return Clients.Client(connectionId).Send(message); 517return Clients.Clients(connectionIds).Send(message); 523await Clients.Client(connectionId).Send(message); 533return Clients.Group(groupName).Send(message); 538return Clients.GroupExcept(groupName, excludedConnectionIds).Send(message); 543return Clients.Groups(groupNames).Send(message); 548return Clients.OthersInGroup(groupName).Send(message); 558return Clients.AllExcept(excludedConnectionIds).Send(message); 563return Clients.Others.Send(message); 568return Clients.Caller.Send(message);