Class RecordNull
Null DNS record.
public record RecordNull : Record, IEquatable<Record>, IEquatable<RecordNull>
- Inheritance
-
RecordNull
- Implements
- Inherited Members
Constructors
RecordNull(RecordReader)
Initializes a new instance of the RecordNull class from the specified RecordReader.
public RecordNull(RecordReader reader)
Parameters
readerRecordReaderThe RecordReader used to read the NULL record data.
Properties
Data
Gets the record data as a list of bytes.
public List<byte> Data { get; }
Property Value
Methods
ToString()
Returns a string representation of the NULL record data.
public override string ToString()
Returns
- string
A string indicating the length of the binary data.