Domain Detective

API Reference

Class

TxtRecord

Namespace DnsClientX
Assembly DnsClientX
Modifiers sealed

Represents a TXT record containing text data.

Inheritance

  • Object
  • TxtRecord

Remarks

TXT records are often used for miscellaneous domain metadata.

Constructors

TxtRecord 2 overloads
public TxtRecord(String[] text) #

Initializes a new instance of the TxtRecord class.

Parameters

text System.String[] requiredposition: 0
Text strings that will be concatenated.
public TxtRecord(String text) #

Initializes a new instance of the TxtRecord class.

Parameters

text System.String requiredposition: 0
Text string.

Properties

public String Text { get; } #

Gets the TXT record text value.

{{ include "footer" }}