| TcpConnectionName Property |
Gets the name 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 string Name { get; }
Public Overridable ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get ();
}
Property Value
Type:
String
The name of the connection.
Remarks
The name format is "host@port".
See Also