| 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; }
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