Class MicrosoftDnsServerForwarderSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Microsoft DNS server forwarder settings.
public class MicrosoftDnsServerForwarderSettings : BaseTypeSection
- Inheritance
-
MicrosoftDnsServerForwarderSettings
Constructors
MicrosoftDnsServerForwarderSettings()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerForwarderSettings class.
public MicrosoftDnsServerForwarderSettings()
Properties
EnableReordering
Gets or sets whether to enable reordering of the forwarders.
public BooleanOption EnableReordering { get; set; }
Property Value
IPAddresses
Gets or sets the IP addresses configured as forwarders.
public SerializableStringCollection IPAddresses { get; set; }
Property Value
- SerializableStringCollection
ReorderedIPAddresses
Gets or sets the reordered IP addresses configured as forwarders.
public SerializableStringCollection ReorderedIPAddresses { get; set; }
Property Value
- SerializableStringCollection
Timeout
Gets or sets the timeout for the forwarders, in seconds.
public uint Timeout { get; set; }
Property Value
UseRootHints
Gets or sets whether root hints should be used when forwarders are not available.
public BooleanOption UseRootHints { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDnsServerForwarderSettings class from the specified Xml.
public static MicrosoftDnsServerForwarderSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerForwarderSettings object
Returns
- MicrosoftDnsServerForwarderSettings
A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerForwarderSettings class from the specified Xml.