Domain Detective

API Reference

Class

UnknownRecord

Namespace DnsClientX
Assembly DnsClientX
Modifiers sealed

Represents a DNS record type without a dedicated parser.

Inheritance

  • Object
  • UnknownRecord

Remarks

This class simply exposes the raw data string for unknown record types.

Constructors

public UnknownRecord(String data) #

Initializes a new instance of the UnknownRecord class.

Parameters

data System.String requiredposition: 0
The raw record data.

Properties

public String Data { get; } #

Gets the raw record data.

{{ include "footer" }}