GetHostName() const
Gets the host name associated with an address resolution DNS response. MUST only be used from `AddressCallback`.
GetAddress() const
Gets the IPv6 address associated with an address resolution DNS response. MUST only be used from `AddressCallback`. The response may include multiple IPv6 address records. @p aIndex can be used to iterate through the list of addresses. Index zero gets the the first address and so on. When we reach end of the list, this method returns `kErrorNotFound`.
GetNat64Prefix() const