Class RecordNaptr
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
readerRecordReaderRecordReader for the record data.
Properties
Flags
Gets or sets the flags.
public string Flags { get; set; }
Property Value
Order
Gets or sets the order.
public ushort Order { get; set; }
Property Value
Preference
Gets or sets the preference.
public ushort Preference { get; set; }
Property Value
Regexp
Gets or sets the regexp.
public string Regexp { get; set; }
Property Value
Replacement
Gets or sets the replacement.
public string Replacement { get; set; }
Property Value
Services
Gets or sets the services.
public string Services { get; set; }
Property Value
Methods
ToString()
String representation of the record data.
public override string ToString()
Returns
- string
Data as a string.