Class RecordPx
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
readerRecordReaderThe 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
MapX400
Gets or sets the X.400 domain name part of the mapping.
public string MapX400 { get; set; }
Property Value
Preference
Gets or sets the preference value for this mapping. Lower values are preferred.
public ushort Preference { get; set; }
Property Value
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.