2 references to 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));