The port on the server to which to connect to.

Namespace: EnterpriseDT.Net.Ftp.Http
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public int ControlPort { get; set; }
Visual Basic
Public Property ControlPort As Integer
	Get
	Set
Visual C++
public:
virtual property int ControlPort {
	int get () sealed;
	void set (int value) sealed;
}

Implements

IFileTransferClient..::..ControlPort

Remarks

Most HTTP servers use port 80 (the default)

See Also