Table of Contents

Class RecordDname

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

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

reader RecordReader

RecordReader for the record.

Properties

Target

Gets the target.

public string Target { get; }

Property Value

string

Methods

ToString()

String representation of the record data.

public override string ToString()

Returns

string

String of the target.