Class MicrosoftDnsServerEDnsSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Microsoft DNS server EDNS settings.
public class MicrosoftDnsServerEDnsSettings : BaseTypeSection
- Inheritance
-
MicrosoftDnsServerEDnsSettings
Constructors
MicrosoftDnsServerEDnsSettings()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerEDnsSettings class.
public MicrosoftDnsServerEDnsSettings()
Properties
CacheTimeout
Gets or sets the time that Extended DNS (EDNS) information is cached.
public SerializableTimeSpan CacheTimeout { get; set; }
Property Value
- SerializableTimeSpan
EnableProbes
Gets or sets whether the server probes other servers to determine if they support EDNS.
public BooleanOption EnableProbes { get; set; }
Property Value
EnableReception
Gets or sets whether the DNS server will accept queries that contain an EDNS record.
public BooleanOption EnableReception { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDnsServerEDnsSettings class from the specified Xml.
public static MicrosoftDnsServerEDnsSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerEDnsSettings object
Returns
- MicrosoftDnsServerEDnsSettings
A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerEDnsSettings class from the specified Xml.