Gets/Sets the hostname or IP address of the FTP server.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.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);
}

See Also