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