Table of Contents

Class RecordNaptr

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

NAPTR DNS record.

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

Constructors

RecordNaptr(RecordReader)

Initializes a new instance of the RecordNaptr class.

public RecordNaptr(RecordReader reader)

Parameters

reader RecordReader

RecordReader for the record data.

Properties

Flags

Gets or sets the flags.

public string Flags { get; set; }

Property Value

string

Order

Gets or sets the order.

public ushort Order { get; set; }

Property Value

ushort

Preference

Gets or sets the preference.

public ushort Preference { get; set; }

Property Value

ushort

Regexp

Gets or sets the regexp.

public string Regexp { get; set; }

Property Value

string

Replacement

Gets or sets the replacement.

public string Replacement { get; set; }

Property Value

string

Services

Gets or sets the services.

public string Services { get; set; }

Property Value

string

Methods

ToString()

String representation of the record data.

public override string ToString()

Returns

string

Data as a string.