An NDoc Documented Class Library

DNSLookup.GetPTRRecords Method 

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

public PTRRecord[] GetPTRRecords();

Return Value

An array of PTR records.

See Also

DNSLookup Class | Lavantech.Dns Namespace