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

Method GetRemoteAddr

sourcecommon/tcpserv.cpp:146–149  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

144}
145//---------------------------------------------------------------------------
146AnsiString MSocket::GetRemoteAddr(void)
147{
148 return inet_ntoa(destAddr.sin_addr);
149}
150//---------------------------------------------------------------------------
151WORD MSocket::GetRemotePort(void)
152{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected