3 instantiations of AllClientsExceptProxy
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubClients.cs (1)
20
return new
AllClientsExceptProxy
<THub>(_lifetimeManager, excludedConnectionIds);
Internal\HubClients`T.cs (1)
23
return TypedClientBuilder<T>.Build(new
AllClientsExceptProxy
<THub>(_lifetimeManager, excludedConnectionIds));
Microsoft.AspNetCore.SignalR.Tests (1)
ClientProxyTests.cs (1)
157
var proxy = new
AllClientsExceptProxy
<FakeHub>(o.Object, new List<string>());
1 reference to AllClientsExceptProxy
Microsoft.AspNetCore.SignalR.Tests (1)
ClientProxyTests.cs (1)
157
var
proxy = new AllClientsExceptProxy<FakeHub>(o.Object, new List<string>());