DnsResponseCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class DnsResponseCode
[System.CLSCompliant(false)]
public enum DnsResponseCode
[<System.CLSCompliant(false)>]
type DnsResponseCode =
Public Enum DnsResponseCode
- Inheritance
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| NoError | 0 | |
| FormatError | 1 | |
| ServerFailure | 2 | |
| NxDomain | 3 | |
| NotImplemented | 4 | |
| Refused | 5 |