API Reference
Class
DnameRecord
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
- The canonical domain name.
Inherited Methods
Properties
public String Target { get; } #Gets the domain name that the original name is aliased to.