API Reference
Class
DnsResponseCodeExtensions
Provides extension methods for working with DNS response codes.
Inheritance
- Object
- DnsResponseCodeExtensions
Methods
GetDescription 2 overloads
public static String GetDescription(DnsResponseCode code) #Returns:
StringGets a human-readable description of a DNS response code.
Parameters
- code System.String
- The response code string (can be numeric or name).
Returns
A description of the response code.
GetDescription(ADPlayground.DnsResponseCode code) #Gets a human-readable description of a DNS response code.
Parameters
- code ADPlayground.DnsResponseCode
- The response code.
Returns
A description of the response code.