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

    A DnsResourceRecord represending an authoritative name server.

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

    Constructors

    | Improve this Doc View Source

    NsRecord(ResourceRecordInfo, DnsString)

    Initializes a new instance of the NsRecord class.

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

    The information.

    DnsString name

    The name.

    Exceptions
    Type Condition
    ArgumentNullException

    If name or info is null.

    Properties

    | Improve this Doc View Source

    NSDName

    Gets the domain name which specifies a host which should be authoritative for the specified class and domain.

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