2 references to SingleClientProxy
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubClients.cs (1)
26
return new
SingleClientProxy
<THub>(_lifetimeManager, connectionId);
Internal\HubClients`T.cs (1)
28
return TypedClientBuilder<T>.Build(new
SingleClientProxy
<THub>(_lifetimeManager, connectionId));