Class RecordHinfo
Hardware info DNS record.
public record RecordHinfo : Record, IEquatable<Record>, IEquatable<RecordHinfo>
- Inheritance
-
RecordHinfo
- Implements
- Inherited Members
Constructors
RecordHinfo(RecordReader)
Initializes a new instance of the RecordHinfo class from the specified RecordReader.
public RecordHinfo(RecordReader reader)
Parameters
readerRecordReaderThe RecordReader used to read the HINFO record data.
Properties
Cpu
Gets the CPU type for the host described by this record.
public string Cpu { get; }
Property Value
Os
Gets the operating system type for the host described by this record.
public string Os { get; }
Property Value
Methods
ToString()
Returns a string representation of the HINFO record data.
public override string ToString()
Returns
- string
A string containing the CPU and OS information.