Catalyst File Transfer .NET

FileTransfer.PortRange.LowPort Field

Specifies the low port number used for active file transfers.

[Visual Basic]
Public LowPort As Integer
[C#]
public int LowPort;

Remarks

While this member may be assigned to any integer value, the port range is normalized and the minimum port number that may be used is 1025.

See Also

FileTransfer.PortRange Class | SocketTools Namespace