2 instantiations of MultipleUserProxy
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubClients.cs (1)
56return new MultipleUserProxy<THub>(_lifetimeManager, userIds);
Internal\HubClients`T.cs (1)
58return TypedClientBuilder<T>.Build(new MultipleUserProxy<THub>(_lifetimeManager, userIds));