An NDoc Documented Class Library

DNSLookup.GetCNAMERecords Method 

Returns all CNAME 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 CNAME record for a hostname.

public CNAMERecord[] GetCNAMERecords();

Return Value

An array of CNAME records.

See Also

DNSLookup Class | Lavantech.Dns Namespace