| TcpConnectionPeerPort Property |
Gets the port number the connection is connected to.
Namespace: RW.Server.TcpAssembly: RW.Server.Tcp (in RW.Server.Tcp.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual int PeerPort { get; }
Public Overridable ReadOnly Property PeerPort As Integer
Get
public:
virtual property int PeerPort {
int get ();
}
Property Value
Type:
Int32
Port number the connection is connected to.
See Also