Click or drag to resize
TcpConnectionName Property
Gets the name of the connection.

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 string Name { get; }

Property Value

Type: String
The name of the connection.
Remarks
The name format is "host@port".
See Also