| 25 | TBaseServerRequestData(TStringBuf qs, SOCKET s = INVALID_SOCKET); |
| 26 | |
| 27 | void SetHost(const TString& host, ui16 port) { |
| 28 | Host_ = host; |
| 29 | Port_ = ToString(port); |
| 30 | } |
| 31 | |
| 32 | const TString& ServerName() const { |
| 33 | return Host_; |
no test coverage detected