edtFTPnet/Free - Open-source FTP component for .NET | Download
Specifies a TCP port range defining the lower and upper limits for data-channels.

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

Syntax

C#
public class PortRange
Visual Basic
Public Class PortRange
Visual C++
public ref class PortRange

Remarks

The default is to let the operating system select the port number within the range 1024-5000. If the range is set to anything other than the default then ports will be selected sequentially, increasing by one until the higher limit is reached and then wrapping around to the lower limit.

Inheritance Hierarchy

System..::..Object
  EnterpriseDT.Net.Ftp..::..PortRange

See Also