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