3 instantiations of 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));
Microsoft.AspNetCore.SignalR.Tests (1)
ClientProxyTests.cs (1)
157var proxy = new AllClientsExceptProxy<FakeHub>(o.Object, new List<string>());
1 reference to AllClientsExceptProxy
Microsoft.AspNetCore.SignalR.Tests (1)
ClientProxyTests.cs (1)
157var proxy = new AllClientsExceptProxy<FakeHub>(o.Object, new List<string>());