Table of Contents

Class RecordNull

Namespace
Ubiety.Dns.Core.Records
Assembly
Ubiety.Dns.Core.dll

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

reader RecordReader

The 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

List<byte>

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.