• DnsClient
  • Readme
  • Api Docs
  • MichaCo.net
This site uses "cookies" - small data files stored locally on your computer - to save information about your preferences when using this site. Learn More.

    Show / Hide Table of Contents

    Class HInfoRecord

    A DnsResourceRecord used to acquire general information about a host.

    Inheritance
    Object
    ResourceRecordInfo
    DnsResourceRecord
    HInfoRecord
    Inherited Members
    DnsResourceRecord.ToString()
    DnsResourceRecord.ToString(Int32)
    ResourceRecordInfo.DomainName
    ResourceRecordInfo.RecordType
    ResourceRecordInfo.RecordClass
    ResourceRecordInfo.TimeToLive
    ResourceRecordInfo.InitialTimeToLive
    ResourceRecordInfo.RawDataLength
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: DnsClient.Protocol
    Assembly: DnsClient.dll
    Syntax
    public class HInfoRecord : DnsResourceRecord

    Constructors

    | Improve this Doc View Source

    HInfoRecord(ResourceRecordInfo, String, String)

    Initializes a new instance of the HInfoRecord class.

    Declaration
    public HInfoRecord(ResourceRecordInfo info, string cpu, string os)
    Parameters
    Type Name Description
    ResourceRecordInfo info

    The information.

    String cpu

    The cpu.

    String os

    The os.

    Exceptions
    Type Condition
    ArgumentNullException

    If info is null.

    Properties

    | Improve this Doc View Source

    Cpu

    Gets a string which specifies the CPU type.

    Declaration
    public string Cpu { get; }
    Property Value
    Type Description
    String

    The cpu.

    | Improve this Doc View Source

    OS

    Gets a string which specifies the operating system type.

    Declaration
    public string OS { get; }
    Property Value
    Type Description
    String

    The os.

    See Also

    RFC 1035
    RFC 1010
    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net