Searched refs:GetRemoteIPAddress (Results 1 – 3 of 3) sorted by relevance
93 std::string GetRemoteIPAddress () const;
754 std::string Socket::GetRemoteIPAddress () const in GetRemoteIPAddress() function in Socket
862 …strm.Printf("connect://%s:%u",socket->GetRemoteIPAddress().c_str(), socket->GetRemotePortNumber()); in InitializeSocket()