Table of Contents

Class RecordPtr

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

Pointer DNS record.

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

Constructors

RecordPtr(RecordReader)

Initializes a new instance of the RecordPtr class.

public RecordPtr(RecordReader reader)

Parameters

reader RecordReader

RecordReader for the record data.

Properties

PointerDomain

Gets or sets the pointer domain.

public string PointerDomain { get; set; }

Property Value

string

Methods

ToString()

String representation of the record data.

public override string ToString()

Returns

string

Pointer domain as a string.