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

    A DnsResourceRecord represending a responsible person.

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

    Constructors

    | Improve this Doc View Source

    RpRecord(ResourceRecordInfo, DnsString, DnsString)

    Initializes a new instance of the RpRecord class.

    Declaration
    public RpRecord(ResourceRecordInfo info, DnsString mailbox, DnsString textName)
    Parameters
    Type Name Description
    ResourceRecordInfo info

    The information.

    DnsString mailbox

    The mailbox domain.

    DnsString textName

    The text domain.

    Exceptions
    Type Condition
    ArgumentNullException

    If info or mailbox or textName is null.

    Properties

    | Improve this Doc View Source

    MailboxDomainName

    Gets a domain name that specifies the mailbox for the responsible person.

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

    The mailbox domain.

    | Improve this Doc View Source

    TextDomainName

    Gets a domain name for which TXT RR's exist.

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

    The text domain.

    See Also

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