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