Table of Contents

Class RecordHinfo

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

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

reader RecordReader

The 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

string

Os

Gets the operating system type for the host described by this record.

public string Os { get; }

Property Value

string

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.