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

    A DnsResourceRecord represending a pointer. These RRs are used in special domains to point to some other location in the domain space.

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

    Constructors

    | Improve this Doc View Source

    PtrRecord(ResourceRecordInfo, DnsString)

    Initializes a new instance of the PtrRecord class.

    Declaration
    public PtrRecord(ResourceRecordInfo info, DnsString ptrDomainName)
    Parameters
    Type Name Description
    ResourceRecordInfo info

    The information.

    DnsString ptrDomainName

    The domain name.

    Exceptions
    Type Condition
    ArgumentNullException

    If info or ptrDomainName is null.

    Properties

    | Improve this Doc View Source

    PtrDomainName

    Gets the domain name which points to some location in the domain name space.

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

    The domain name.

    See Also

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