The connected hostname.

Namespace: Jscape.Sftp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public string Hostname { get; }
Visual Basic
Public ReadOnly Property Hostname As String
	Get
Visual C++
public:
property String^ Hostname {
	String^ get ();
}

See Also