TestimoX

API Reference

Class

DnsResponseCodeExtensions

Namespace ADPlayground
Assembly ADPlayground
Modifiers static

Provides extension methods for working with DNS response codes.

Inheritance

  • Object
  • DnsResponseCodeExtensions

Methods

GetDescription 2 overloads
public static String GetDescription(DnsResponseCode code) #
Returns: String

Gets a human-readable description of a DNS response code.

Parameters

code System.String requiredposition: 0
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 required
The response code.

Returns

A description of the response code.