Get the User-Agent of the socket client (Owner
| 115 | |
| 116 | /// Get the User-Agent of the socket client (Owner |
| 117 | std::string getUserAgent() const { |
| 118 | base::MutexLock lock(_mutex); |
| 119 | return _userAgent; |
| 120 | } |
| 121 | |
| 122 | /// Set the session ID for this client |
| 123 | /// @param specifies the the session ID to use |