An NDoc Documented Class Library

DNSLookup.GetAnswerRecords Method 

Returns Resource Records extracted from the Answer Section of the response. The return array has instances of subclasses of Resource Records. Each element in the array can be checked for the type and typecast.

public ResourceRecord[] GetAnswerRecords();

Return Value

An array of resource records extracted from Answer section of the response.

See Also

DNSLookup Class | Lavantech.Dns Namespace