API Reference
Enum
DnsResponseCode
DNS Response Codes (RCODE) as defined in RFC 2136 and others.
Inheritance
- Enum
- DnsResponseCode
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const DnsResponseCode FORMERR #Format error; DNS server did not understand the update request.
Value:
1public const DnsResponseCode SERVFAIL #DNS server encountered an internal error, such as a forwarding timeout.
Value:
2public const DnsResponseCode NOTIMP #DNS server does not support the specified Operation code.
Value:
4public const DnsResponseCode YXRRSET #A resource record set that should not exist does exist.
Value:
7public const DnsResponseCode NXRRSET #A resource record set that should exist does not exist.
Value:
8public const DnsResponseCode NOTAUTH #DNS server is not authoritative for the zone named in the Zone section.
Value:
9public const DnsResponseCode NOTZONE #A name used in the Prerequisite or Update sections is not within the zone specified by the Zone section.
Value:
10