An NDoc Documented Class Library

DNSLookup.GetNSRecords Method 

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

public NSRecord[] GetNSRecords();

Return Value

An array of NS records.

See Also

DNSLookup Class | Lavantech.Dns Namespace