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.5.0.0 (6.5.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