2 implementations of Others
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubCallerClients.cs (1)
39public IClientProxy Others => _hubClients.AllExcept(new[] { _connectionId });
Internal\TypedHubClients.cs (1)
24public T Others => TypedClientBuilder<T>.Build(_hubClients.Others);
2 references to Others
Microsoft.AspNetCore.SignalR.Core (2)
DynamicHubClients.cs (1)
89public dynamic Others => new DynamicClientProxy(_clients.Others);
Internal\TypedHubClients.cs (1)
24public T Others => TypedClientBuilder<T>.Build(_hubClients.Others);