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