MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / GetRemoteAddrPort

Method GetRemoteAddrPort

sourcecommon/tcpserv.cpp:156–161  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

154}
155//---------------------------------------------------------------------------
156AnsiString MSocket::GetRemoteAddrPort(void)
157{
158 AnsiString rv(inet_ntoa(destAddr.sin_addr));
159 rv += ":" + IntToStr(htons(destAddr.sin_port));
160 return rv;
161}
162//---------------------------------------------------------------------------
163AnsiString MSocket::GetErrorMessage(void)
164{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected