Click or drag to resize
TcpConnectionPeerPort Property
Gets the port number the connection is connected to.

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

Property Value

Type: Int32
Port number the connection is connected to.
See Also