If connected returns the remote Host or IP address

Namespace:  KetLabs.FTP
Assembly:  Ftp (in Ftp.dll) Version: 1.0.0.19105 (1.0.0.*)

Syntax

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

See Also