• 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 AfsDbRecord

    A DnsResourceRecord representing an AFS database location.

    Inheritance
    Object
    ResourceRecordInfo
    DnsResourceRecord
    AfsDbRecord
    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 AfsDbRecord : DnsResourceRecord

    Constructors

    | Improve this Doc View Source

    AfsDbRecord(ResourceRecordInfo, AfsType, DnsString)

    Initializes a new instance of the AfsDbRecord class.

    Declaration
    public AfsDbRecord(ResourceRecordInfo info, AfsType type, DnsString name)
    Parameters
    Type Name Description
    ResourceRecordInfo info

    The information.

    AfsType type

    The type.

    DnsString name

    The name.

    Exceptions
    Type Condition
    ArgumentNullException

    If info or name is null.

    Properties

    | Improve this Doc View Source

    Hostname

    Gets the hostname.

    Declaration
    public DnsString Hostname { get; }
    Property Value
    Type Description
    DnsString

    The hostname.

    | Improve this Doc View Source

    SubType

    Gets the AfsType.

    Declaration
    public AfsType SubType { get; }
    Property Value
    Type Description
    AfsType

    The sub type.

    See Also

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