Table of Contents

Class RecordPx

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

PX DNS record.

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

Constructors

RecordPx(RecordReader)

Initializes a new instance of the RecordPx class from the specified RecordReader.

public RecordPx(RecordReader reader)

Parameters

reader RecordReader

The RecordReader used to read the PX record data.

Properties

Map822

Gets or sets the RFC822 domain name part of the mapping.

public string Map822 { get; set; }

Property Value

string

MapX400

Gets or sets the X.400 domain name part of the mapping.

public string MapX400 { get; set; }

Property Value

string

Preference

Gets or sets the preference value for this mapping. Lower values are preferred.

public ushort Preference { get; set; }

Property Value

ushort

Methods

ToString()

Returns a string representation of the PX record data.

public override string ToString()

Returns

string

A string containing the PX record fields in display order.