Catalyst File Transfer .NET

FileTransfer.PortRange Constructor 

Initializes a new instance of the PortRange structure with a specified range of port numbers.

[Visual Basic]
Public Sub New( _
   ByVal lowPort As Integer, _
   ByVal highPort As Integer _
)
[C#]
public FileTransfer.PortRange(
   int lowPort,
   int highPort
);

Parameters

lowPort
An integer value which specifies the low port number.
highPort
An integer value which specifies the high port number.

Return Value

The minimum port number is 1025 and the maximum port number is 65535. Port numbers outside of this range of values will be silently adjusted.

See Also

FileTransfer.PortRange Class | SocketTools Namespace