Back to product page

Hostname property


Determines the Hostname of the remote server.

Type

A String value. Represents the name or IP address of the remote server.

Syntax

  • Basic
object.Hostname [= value]
The Hostname(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodSSH.
valueA String value.

Remarks

Prior to issuing the Connect method, you should set the Hostname property to the name of the remote server, or its IP address. wodSSH will resolve the given string and will use that value when the Connect method is called.

Platforms

Windows