The DNS TYPE (RFC1035 3.2.2/3) - 4 types are currently supported. Also, I know that this
enumeration goes against naming guidelines, but I have done this as an ANAME is most
definetely an 'ANAME' and not an 'Aname'
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
SyntaxPublic Enumeration DnsType
public enum class DnsType
MembersMember name | Value | Description |
---|
None | 0 | |
ANAME | 1 | |
NS | 2 | |
SOA | 6 | |
MX | 15 | |
SRV | 33 | |
See Also