Set the User-Agent of the socket client (Owner)
| 109 | |
| 110 | /// Set the User-Agent of the socket client (Owner) |
| 111 | void setUserAgent(const std::string &userAgent) { |
| 112 | base::MutexLock lock(_mutex); |
| 113 | _userAgent = userAgent; |
| 114 | } |
| 115 | |
| 116 | /// Get the User-Agent of the socket client (Owner |
| 117 | std::string getUserAgent() const { |
no outgoing calls
no test coverage detected