Click or drag to resize

DnsType Enumeration

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.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public enum DnsType
Members
Member nameValueDescription
None0 
ANAME1 
NS2 
SOA6 
MX15 
SRV33 
See Also