Address of server.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

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

See Also