An NDoc Documented Class Library

DNSLookup.GetAuthorityRecords Method 

Returns Resource Records extracted from the Authority 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[] GetAuthorityRecords();

Return Value

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

See Also

DNSLookup Class | Lavantech.Dns Namespace