An NDoc Documented Class Library

PortRange Class

Specifies a TCP port range defining the lower and upper limits for data-channels.

For a list of all members of this type, see PortRange Members.

System.Object
   EnterpriseDT.Net.Ftp.PortRange

public class PortRange

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: EnterpriseDT.Net.Ftp

Assembly: edtFTPnet (in edtFTPnet.dll)

See Also

PortRange Members | EnterpriseDT.Net.Ftp Namespace