Domain Detective

API Reference

Class

NsidOption

Namespace DnsClientX
Assembly DnsClientX
Modifiers sealed

Implements the NSID option defined in RFC 5001.

Inheritance

Remarks

Servers may include the name server identifier in responses when this option is sent.

Constructors

public NsidOption(Byte[] data = null) #

Initializes a new instance of the NsidOption class.

Parameters

data System.Byte[] = null optionalposition: 0
Optional NSID data. When null an empty request is sent.

Methods

GetData() #

Properties

public Byte[] Data { get; } #

Gets the data contained in the option.

{{ include "footer" }}