Domain Detective

API Reference

Class

NsRecord

Namespace DnsClientX
Assembly DnsClientX
Modifiers sealed

Represents an NS record containing a name server host.

Inheritance

  • Object
  • NsRecord

Remarks

NS records delegate authority to another name server, see RFC 1035.

Constructors

public NsRecord(String host) #

Initializes a new instance of the NsRecord class.

Parameters

host System.String requiredposition: 0
Name server host.

Properties

public String Host { get; } #

Gets the host name.

{{ include "footer" }}