| TcpConnectionTcpId Property |
Gets the identifier of the connection.
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 TcpId { get; }
Public Overridable ReadOnly Property TcpId As Integer
Get
public:
virtual property int TcpId {
int get ();
}
Property Value
Type:
Int32
The identifier of the connection.
See Also