ServerConsole.TCPPort Property

Gets/sets the TCP port number on which RtxServer listens for real-time application console connections. The minimum valid valid is 1. The maximum valid value is 65535. You should not set this value to a port number that is in use by other software. A machine's firewall configuration does not need to be changed to open this port, because it is only used with the loopback interface.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public ushort TCPPort { get; set; }

Property Value

Type: UShort16

Implements

IConfigServerConsole.TCPPort
See Also