2 references to GroupProxy
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubClients.cs (1)
31
return new
GroupProxy
<THub>(_lifetimeManager, groupName);
Internal\HubClients`T.cs (1)
38
return TypedClientBuilder<T>.Build(new
GroupProxy
<THub>(_lifetimeManager, groupName));