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

    A DnsResourceRecord represending a mailbox rename domain name.

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

    Constructors

    | Improve this Doc View Source

    MrRecord(ResourceRecordInfo, DnsString)

    Initializes a new instance of the MrRecord class.

    Declaration
    public MrRecord(ResourceRecordInfo info, DnsString name)
    Parameters
    Type Name Description
    ResourceRecordInfo info

    The information.

    DnsString name

    The domain name.

    Exceptions
    Type Condition
    ArgumentNullException

    If name or info is null.

    Properties

    | Improve this Doc View Source

    NewName

    Gets the domain name which specifies a mailbox which is the proper rename of the specified mailbox.

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

    The domain name.

    See Also

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