API Reference
Class
EdnsOptions
Represents EDNS options used when sending DNS queries.
Inheritance
- Object
- EdnsOptions
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 Configuration.EdnsOptions
- Property MultiResolverOptions.EdnsOptions
Accepted by parameters
Constructors
public EdnsOptions() #Inherited Methods
Properties
public Boolean EnableEdns { get; set; } #Gets or sets a value indicating whether EDNS should be enabled.
public Int32 UdpBufferSize { get; set; } #Gets or sets the UDP buffer size used for EDNS queries.
public Nullable<EdnsClientSubnetOption> Subnet { get; set; } #Gets or sets the EDNS Client Subnet (ECS) in CIDR notation.
public List<EdnsOption> Options { get; } #Gets the additional EDNS options to include in the OPT record.