Solclient
SessionPropertiesClientName Property |
The session client name that is used during client login (appliances running SolOS-TR only)
to create a unique session.
An empty string causes a unique client name to be generated automatically.
If specified, it must be a valid Topic name and a maximum of 160 bytes in length.
For all appliances (SolOS-TR) the ClientName is also used to uniquely identify the sender in a message's
senderId field if IncludeSenderId is set to true.
Default: empty string
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public string ClientName { get; set; }
Public Property ClientName As String Get Set
public: property String^ ClientName { String^ get (); void set (String^ value); }
Property Value
Type: StringSee Also