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)
33
return new NoInvokeSingleClientProxy(_hubClients.Client(
_connectionId
));
35
return new SingleClientProxy(_hubClients.Client(
_connectionId
), this);
39
public IClientProxy Others => _hubClients.AllExcept(new[] {
_connectionId
});
70
return _hubClients.GroupExcept(groupName, new[] {
_connectionId
});