Back to product page

Hostname property


Specifies hostname of the remote server.

Type

String. Specifies name or IP address of the server you wish to connect to.

Syntax

  • C#
  • VB.NET
String Hostname {get; set; };

Property Hostname As String

Remarks

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

Platforms

Windows