1 implementation of Client
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubCallerClients.cs (1)
49
public ISingleClientProxy
Client
(string connectionId)
2 references to Client
Microsoft.AspNetCore.SignalR.Core (2)
DynamicHubClients.cs (1)
49
public dynamic Client(string connectionId) => new DynamicClientProxy(_clients.
Client
(connectionId));
Internal\TypedHubClients.cs (1)
18
public T Client(string connectionId) => TypedClientBuilder<T>.Build(_hubClients.
Client
(connectionId));