Table of Contents

Class RecordRt

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

Route through DNS record.

public record RecordRt : Record, IEquatable<Record>, IEquatable<RecordRt>
Inheritance
RecordRt
Implements
Inherited Members

Constructors

RecordRt(RecordReader)

Initializes a new instance of the RecordRt class.

public RecordRt(RecordReader reader)

Parameters

reader RecordReader

RecordReader for the record data.

Properties

IntermediateHost

Gets or sets the intermediate host.

public string IntermediateHost { get; set; }

Property Value

string

Preference

Gets or sets the route preference.

public ushort Preference { get; set; }

Property Value

ushort

Methods

ToString()

String representation of the record data.

public override string ToString()

Returns

string

Preference and host as a string.