Domain Detective

API Reference

Class

DnameRecord

Namespace DnsClientX
Assembly DnsClientX
Modifiers sealed

Represents a DNAME record providing non-terminal redirection.

Inheritance

  • Object
  • DnameRecord

Remarks

See RFC 6672 for details.

Constructors

public DnameRecord(String target) #

Initializes a new instance of the DnameRecord class.

Parameters

target System.String requiredposition: 0
The canonical domain name.

Properties

public String Target { get; } #

Gets the domain name that the original name is aliased to.

{{ include "footer" }}