Click or drag to resize

MvProcessListenPort Property

Gets the port number of the listen socket.

Namespace:  RW.Server.Tcp
Assembly:  RW.Server.Tcp (in RW.Server.Tcp.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public virtual int ListenPort { get; }

Property Value

Type: Int32
The port number of the listen socket.
See Also