1 write to _connectionId
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubCallerClients.cs (1)
21_connectionId = connectionId;
4 references to _connectionId
Microsoft.AspNetCore.SignalR.Core (4)
Internal\HubCallerClients.cs (4)
33return new NoInvokeSingleClientProxy(_hubClients.Client(_connectionId)); 35return new SingleClientProxy(_hubClients.Client(_connectionId), this); 39public IClientProxy Others => _hubClients.AllExcept(new[] { _connectionId }); 70return _hubClients.GroupExcept(groupName, new[] { _connectionId });