The server hostname.
Namespace: Jscape.SshAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public string Hostname { get; set; } |
Visual Basic |
---|
Public Property Hostname As String Get Set |
Visual C++ |
---|
public: property String^ Hostname { String^ get (); void set (String^ value); } |