Class EdnsNSIDOption
Name server ID.
Inherited Members
Namespace: Makaretu.Dns
Assembly: Makaretu.Dns.dll
Syntax
public class EdnsNSIDOption : EdnsOption
Remarks
The identity of the name server.
Constructors
| Improve this Doc View SourceEdnsNSIDOption()
Creates a new instance of the EdnsNSIDOption class.
Declaration
public EdnsNSIDOption()
Properties
| Improve this Doc View SourceId
The ID of the name server.
Declaration
public byte[] Id { get; set; }
Property Value
Type | Description |
---|---|
Byte[] | The bytes used to identify the name server. |
Methods
| Improve this Doc View SourceReadData(WireReader, Int32)
Read the data that is specific to the option Type.
Declaration
public override void ReadData(WireReader reader, int length)
Parameters
Type | Name | Description |
---|---|---|
WireReader | reader | The source of the option's data. |
Int32 | length | The length, in bytes, of the data. |
Overrides
Remarks
Derived classes must implement this method.
WriteData(WireWriter)
Write the data that is specific to the resource record Type.
Declaration
public override void WriteData(WireWriter writer)
Parameters
Type | Name | Description |
---|---|---|
WireWriter | writer | The destination for the option's data. |
Overrides
Remarks
Derived classes must implement this method.