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