Description
-
Determines the port on the remote server where wodSSHTunnel will
connect.
Property type
-
A Long value.
Syntax
-
object.Port [= value]
The Port Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodTunnel. |
| value |
A Long value. |
Remarks
-
This property determines which port on the remote server is
used for the connection. When you set the Protocol
property, wodSSHTunnel will automatically set this value to the
default port which is defined for the selected protocol. If the remote
server uses a non-standard port value, you can change it
here to the appropriate value.
This property value cannot be changed after the Connect method
is issued.
|