FTP port on server.

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

Syntax

C#
public int ServerPort { get; }
Visual Basic
Public ReadOnly Property ServerPort As Integer
	Get
Visual C++
public:
property int ServerPort {
	int get ();
}

See Also