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