The Users property will return a reference to the collection
of all users currently using the channel. When a new user
connects to the channel, it will be assigned a new User object and added to
the collection of users. Each channel holds one such
collection.
If the same user has two or more different channels, you
will see the user as separate objects (one per channel). This is necessary so that
users can be referenced correctly from within wodSSHTunnel's
code.