An NDoc Documented Class Library

Lavantech.Dns Namespace

Namespace hierarchy

Classes

Class Description
A6Record A6Record represents all information in a DNS A6 Record.
AAAARecord AAAARecord represents all information in a DNS AAAA Record.
ARecord ARecord represents all information in a DNS A Record.
CNAMERecord CNAMERecord represents all information in a DNS CNAME Record.
DNSLookup DNSLookup class looks up a record on a given DNS Server. If you want to do simple DNS lookup, take a look at SimpleDNSLookup class. The lookup is performed when the class is constructed.
FindNameServer FindNameServer gets the DNS Server setting on the local machine. This class is used by the DNSLookup class to find the default server for the local machine when the server name is not provided (null is passed).
MXRecord MXRecord represents all information in a DNS MX Record.
NSRecord NSRecord represents all information in a DNS NS Record.
PTRRecord PTRRecord class represents all information in a DNS PTR Record.
QuestionRecord Question Record represents the query that resulted in a response from a DNS server
ResourceRecord ResourceRecord is the base class for all Record types.
SimpleDNSLookup SimpleDNSLookup class provides simple methods to perform most common DNS lookups. If you are looking for more functionality, see DNSLookup class.
SOARecord SOARecord represents a DNS SOA Record.
TXTRecord TXTRecord represents text information in a DNS TXT Record.
WKSRecord WKSRecord represents the DNS WKS Record.