Description
-
Determines port on remote server.
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 wodTelnetDLX. |
| value |
A Long value. |
Remarks
-
This property determines which port on remote server is
used for connection. When you set Protocol
property, wodTelnetDLX will automatically change this value
to default port for selected protocol. If remote server
uses some non-standard port value, you can change it here
to appropriate value.
This property value cannot be changed after Connect
method is issued.
|