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

    A DnsResourceRecord represending a domain name which specifies a host which has the specified mailbox.

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

    Constructors

    | Improve this Doc View Source

    MbRecord(ResourceRecordInfo, DnsString)

    Initializes a new instance of the MbRecord class.

    Declaration
    public MbRecord(ResourceRecordInfo info, DnsString domainName)
    Parameters
    Type Name Description
    ResourceRecordInfo info

    The information.

    DnsString domainName

    The domain name.

    Exceptions
    Type Condition
    ArgumentNullException

    If domainName or info is null.

    Properties

    | Improve this Doc View Source

    MadName

    Gets the domain name which specifies a host which has the specified mailbox.

    Declaration
    public DnsString MadName { 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