This class holds DNS server responce code. Defined in RFC 1035.
| C# | Visual Basic | Visual C++ | F# |
public enum DNS_RCode
Public Enumeration DNS_RCode
public enum class DNS_RCode
type DNS_RCode
| Member | Description |
|---|---|
| NO_ERROR |
No error condition.
|
| FORMAT_ERRROR |
Format error - The name server was unable to interpret the query.
|
| SERVER_FAILURE |
Server failure - The name server was unable to process this query due to a problem with the name server.
|
| NAME_ERROR |
Name Error - Meaningful only for responses from an authoritative name server, this code signifies that the
domain name referenced in the query does not exist.
|
| NOT_IMPLEMENTED |
Not Implemented - The name server does not support the requested kind of query.
|
| REFUSED |
Refused - The name server refuses to perform the specified operation for policy reasons.
|
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119