Table of Contents

Class RecordRp

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

Responsible person DNS record.

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

Constructors

RecordRp(RecordReader)

Initializes a new instance of the RecordRp class.

public RecordRp(RecordReader reader)

Parameters

reader RecordReader

RecordReader for the record data.

Properties

MailboxDomain

Gets or sets the mailbox domain.

public string MailboxDomain { get; set; }

Property Value

string

TxtDomain

Gets or sets the text domain.

public string TxtDomain { get; set; }

Property Value

string

Methods

ToString()

String representation of the record data.

public override string ToString()

Returns

string

Domains as a string.