API Reference
Class
NsidOption
Implements the NSID option defined in RFC 5001.
Inheritance
- EdnsOption
- NsidOption
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
- Optional NSID data. When null an empty request is sent.
Methods
GetData() #