wodSSHTunnel ActiveX Control - Port Property
      
 

Description

Holds the originating port of the user.


Property type

A Long value.  


Syntax

object.Port



The Port Property syntax has these parts:

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

Remarks

The Port property holds information on the port that the user was assigned on their computer when they initiated the connection to wodSSHTunnel. This is very useful in determining whether the user is allowed to connect or not, as you may filter incoming users using various information.

If you know their originating port (from the other application or component), you can always check it against this information to see if it is a user that you will allow to connect.