Back to product page

Port property (User)


Holds the originating port of the user.

Type

A Long value

Syntax

  • Basic
object.Port
The Port(object) syntax has these parts:
objectAn 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.

Platforms

Windows