MCPcopy Create free account
hub / github.com/Icinga/icinga2 / GetClientAddress

Method GetClientAddress

lib/base/socket.cpp:187–190  ·  view source on GitHub ↗

* Returns a String describing the local address of the socket. * * @returns A String describing the local address. */

Source from the content-addressed store, hash-verified

185 * @returns A String describing the local address.
186 */
187String Socket::GetClientAddress()
188{
189 return GetHumanReadableAddress(GetClientAddressDetails());
190}
191
192/**
193 * Returns a pair describing the peer host and service of the socket.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected