1 implementation of Client
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubClients.cs (1)
24public ISingleClientProxy Client(string connectionId)
4 references to Client
Microsoft.AspNetCore.SignalR.Core (4)
Internal\HubCallerClients.cs (4)
33return new NoInvokeSingleClientProxy(_hubClients.Client(_connectionId)); 35return new SingleClientProxy(_hubClients.Client(_connectionId), this); 53return new NoInvokeSingleClientProxy(_hubClients.Client(connectionId)); 55return new SingleClientProxy(_hubClients.Client(connectionId), this);