ComponentSpace DNS Class Library Reference

DnsMessage.ResponseCodes Enumeration

The response codes.

[Visual Basic]
Public Enum DnsMessage.ResponseCodes
[C#]
public enum DnsMessage.ResponseCodes

Members

Member Name Description
NoError No error
FormatError Format error
ServerFailure Server failure
NameError Name error
NotImplemented Not implemented
Refused Refused
DnsNameShouldNotExist Name should not exist
RecordSetShouldNotExist Record set should not exist
RecordSetDoesNotExist Record set does not exist
NotAuthoritativeForZone Not authoritative for zone
NameNotZone Name not zone
BadSignature Bad signature
BadKey Bad key
BadTimestamp Bad timestamp

Requirements

Namespace: ComponentSpace.Dns

Assembly: ComponentSpace.Dns (in ComponentSpace.Dns.dll)

See Also

ComponentSpace.Dns Namespace