Catalyst File Transfer .NET

FileTransfer.PortRange.HighPort Field

Specifies the high port number used for active file transfers.

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

Remarks

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

See Also

FileTransfer.PortRange Class | SocketTools Namespace