2 instantiations of GroupExceptProxy
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubClients.cs (1)
36
return new
GroupExceptProxy
<THub>(_lifetimeManager, groupName, excludedConnectionIds);
Internal\HubClients`T.cs (1)
43
return TypedClientBuilder<T>.Build(new
GroupExceptProxy
<THub>(_lifetimeManager, groupName, excludedConnectionIds));