Class RecordTxt
Text DNS record.
public record RecordTxt : Record, IEquatable<Record>, IEquatable<RecordTxt>
- Inheritance
-
RecordTxt
- Implements
- Inherited Members
Constructors
RecordTxt(RecordReader, int)
Initializes a new instance of the RecordTxt class.
public RecordTxt(RecordReader reader, int length)
Parameters
readerRecordReaderRecordReader for the record data.
lengthintRecord length.
Properties
Text
Gets the text.
public List<string> Text { get; }
Property Value
Methods
ToString()
String representation of the record data.
public override string ToString()
Returns
- string
Text as a string.