An NDoc Documented Class Library

DNSLookup.GetAAAARecords Method 

Returns all AAAA records received in the response. These records are extracted from all three sections(Answer, Authority and Additional) of the response. There can be more than one AAAA record for a hostname.

public AAAARecord[] GetAAAARecords();

Return Value

An array of AAAA records.

See Also

DNSLookup Class | Lavantech.Dns Namespace