Class RecordDname
DNAME DNS Record.
public record RecordDname : Record, IEquatable<Record>, IEquatable<RecordDname>
- Inheritance
-
RecordDname
- Implements
- Inherited Members
Constructors
RecordDname(RecordReader)
Initializes a new instance of the RecordDname class.
public RecordDname(RecordReader reader)
Parameters
readerRecordReaderRecordReader for the record.
Properties
Target
Gets the target.
public string Target { get; }
Property Value
Methods
ToString()
String representation of the record data.
public override string ToString()
Returns
- string
String of the target.