Description
-
Determines Hostname of remote server.
Property type
-
A String value.
Syntax
-
object.Hostname [= value]
The Hostname Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodTelnetDLX. |
| value |
A String value. |
Remarks
-
Prior to issuing Connect
method, you should set Hostname property to name of remote
server, or his IP address. wodTelnetDLX will resolve given
string, and will use that value when Connect method is
called.
|