wodSSHTunnel ActiveX Control - Users Property
      
 

Description

Holds a reference to the users currently using this channel.


Property type

An Users object.  


Syntax

object.Users



The Users Property syntax has these parts:

Part Description
object An expression evaluating to an object of type Channel.

Remarks

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.