An NDoc Documented Class Library

DNSLookup.GetARecords Method 

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

public ARecord[] GetARecords();

Return Value

An array of A records.

See Also

DNSLookup Class | Lavantech.Dns Namespace