| 536 | } |
| 537 | |
| 538 | std::string getIpAddress() const override |
| 539 | { |
| 540 | NetworkEndpoint endpoint(&_listeningAddress, _listeningAddressLen); |
| 541 | return endpoint.getIpAddress(); |
| 542 | } |
| 543 | |
| 544 | private: |
| 545 | explicit UdpSocket(SOCKET socket, const std::string& hostName) |