Table of Contents

Class MicrosoftDnsServerZoneWinsSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the WINS settings for a zone configured for a Microsoft DNS server.

public class MicrosoftDnsServerZoneWinsSettings : BaseTypeSection
Inheritance
MicrosoftDnsServerZoneWinsSettings

Constructors

MicrosoftDnsServerZoneWinsSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerZoneWinsSettings class.

public MicrosoftDnsServerZoneWinsSettings()

Properties

CacheTimeout

Gets or sets the cache timeout.

public SerializableTimeSpan CacheTimeout { get; set; }

Property Value

SerializableTimeSpan

IsWinsEnabled

Gets or sets whether WINS lookup is enabled for the zone.

public BooleanOption IsWinsEnabled { get; set; }

Property Value

BooleanOption

LookupTimeout

Gets or sets the lookup timeout.

public SerializableTimeSpan LookupTimeout { get; set; }

Property Value

SerializableTimeSpan

ResultDomain

Gets or sets the domain to return to the result domain. This only applies to reverse lookup zones.

public string ResultDomain { get; set; }

Property Value

string

WinsServers

Gets or sets the addresses of the WINS servers. This only applies to forward lookup zones.

public SerializableStringCollection WinsServers { get; set; }

Property Value

SerializableStringCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.MicrosoftDnsServerZoneWinsSettings class from the specified XML.

public static MicrosoftDnsServerZoneWinsSettings FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftDnsServerZoneWinsSettings

A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerZoneWinsSettings class.

ToString()

Returns the WINS settings as a human readable string.

public override string ToString()

Returns

string

The WINS settings as a human readable string.