3 references to Client
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (2)
Hubs.cs (2)
151await Clients.Client(Context.ConnectionId).Echo(message); 156await Clients.Client(Context.ConnectionId).NoClientHandler();
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTestUtils\Hubs.cs (1)
432return Clients.Client(connectionId).Send(message);