This enum holds DNS query type. Defined in RFC 1035.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public enum DNS_QType
Public Enumeration DNS_QType
public enum class DNS_QType
type DNS_QType
Members
Member | Description |
---|---|
A |
IPv4 host address
|
NS |
An authoritative name server.
|
CNAME |
The canonical name for an alias.
|
SOA |
Marks the start of a zone of authority.
|
PTR |
A domain name pointer.
|
HINFO |
Host information.
|
MX |
Mail exchange.
|
TXT |
Text strings.
|
AAAA |
IPv6 host address.
|
SRV |
SRV record specifies the location of services.
|
NAPTR |
NAPTR(Naming Authority Pointer) record.
|
SPF |
SPF(Sender Policy Framework) record.
|
ANY |
All records what server returns.
|
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119