Table of Contents

Class RecordNs

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

Nameserver DNS record.

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

Constructors

RecordNs(RecordReader)

Initializes a new instance of the RecordNs class.

public RecordNs(RecordReader reader)

Parameters

reader RecordReader

RecordReader for the record data.

Properties

NameserverDomain

Gets or sets the nameserver domain.

public string NameserverDomain { get; set; }

Property Value

string

Methods

ToString()

String representation of the record data.

public override string ToString()

Returns

string

Nameserver domain as a string.