Highest port number in range.

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

Syntax

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

Remarks

The default value is 5000. If it is left at this value and LowPort is left at 1024 then the OS will select the port. If it is set to anything other than 5000 then ports will be selected sequentially, increasing by one until the higher limit is reached and then wrapping around to the lower limit.

See Also