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: 1.8.12.0 (1.8.12)
Syntax Public Enumeration DnsType
public enum class DnsType
Members
| Member name | Value | Description |
---|
| None | 0 | |
| ANAME | 1 | |
| NS | 2 | |
| SOA | 6 | |
| MX | 15 | |
| SRV | 33 | |
See Also