An NDoc Documented Class Library

DNSLookup Fields

The fields of the DNSLookup class are listed below. For a complete list of DNSLookup class members, see the DNSLookup Members topic.

Public Static Fields

QCLASS_ANYQuery class for any scheme of record system.
QCLASS_CHAOSQuery class for Chaos scheme of record system. This scheme is almost extinct.
QCLASS_HESIODQuery class for Hesiod scheme of record system. This scheme is only used at M.I.T.
QCLASS_INQuery class for Internet scheme of record system. This is the most widely used class
QTYPE_A Query type value for Address Record. Address record provides the IP address for a hostname.
QTYPE_A6Query type value for IPV6 Address Record(Newer version of A6). AAAA is still widely used.
QTYPE_AAAAQuery type value for IPv6 Address Record. AAAA Record provides the IPv6 address for a hostname.
QTYPE_ANYQuery type value for All Records. This query will return all available records for a host/domain.
QTYPE_CNAMEQuery type value for Canonical Name Record. Alias Hostname can be created for some other hostname in possibly a different domain. The CNAME record provides the real hostname for a given hostname.
QTYPE_MXQuery type value for Mail Exchange Record. MX Record indicates servers that are responsible for handling mail for the domain.
QTYPE_NSQuery type value for Name Server Record. Name Server records provides the Authoritative Name Server for a domain.
QTYPE_PTRQuery type value for Pointer Record. PTR Record provide a mapping from IP address back to host name.
QTYPE_SOAQuery type value for Start Of Authority Record. SOA Record contains information about a zone.
QTYPE_TXTQuery type value for Text Record. TXT Record has text information. Text record is sometimes used for SPF(Sender Policy Framework) record.
QTYPE_WKSQuery type value for Well Known Services Record. WKS record provides information about services that are available on a server. The services are HTTP, POP, IMAP... The record provides a list of ports on which the services are available.

Public Instance Fields

INTERNAL_BUFFERSize of internal buffer used to field the response from the DNS server. If lot of records are expected in the response, this number should be increased. The default value is 5024.

See Also

DNSLookup Class | Lavantech.Dns Namespace | SimpleDNSLookup