Searched refs:GetRemoteIPAddress (Results 1 – 3 of 3) sorted by relevance
37 std::string GetRemoteIPAddress() const;
109 std::string TCPSocket::GetRemoteIPAddress() const { in GetRemoteIPAddress() function in TCPSocket
767 strm.Printf("connect://%s:%u", tcp_socket->GetRemoteIPAddress().c_str(), in InitializeSocket()