Class RecordRt
Route through DNS record.
public record RecordRt : Record, IEquatable<Record>, IEquatable<RecordRt>
- Inheritance
-
RecordRt
- Implements
- Inherited Members
Constructors
RecordRt(RecordReader)
Initializes a new instance of the RecordRt class.
public RecordRt(RecordReader reader)
Parameters
readerRecordReaderRecordReader for the record data.
Properties
IntermediateHost
Gets or sets the intermediate host.
public string IntermediateHost { get; set; }
Property Value
Preference
Gets or sets the route preference.
public ushort Preference { get; set; }
Property Value
Methods
ToString()
String representation of the record data.
public override string ToString()
Returns
- string
Preference and host as a string.