API Reference
Class
EdnsOption
Base class for EDNS options.
Inheritance
- Object
- EdnsOption
Remarks
All specific EDNS option implementations derive from this type.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property DnsMessageOptions.Options
- Property EdnsOptions.Options
Accepted by parameters
- Constructor DnsMessage.DnsMessage
- Constructor DnsMessageOptions.DnsMessageOptions
- Method DnsMessageOptions.Deconstruct
Constructors
EdnsOption(System.UInt16 code) #Initializes a new instance of the EdnsOption class.
Parameters
- code System.UInt16
- EDNS option code.
Methods
Inherited Methods
Properties
public UInt16 Code { get; } #Gets the option code as defined in RFC 6891.