Class WINSReplicationSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the replication settings for a WINS service.
public class WINSReplicationSettings : BaseTypeSection
- Inheritance
-
WINSReplicationSettings
Constructors
WINSReplicationSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WINSReplicationSettings class.
public WINSReplicationSettings()
Properties
AutomaticPartnerDiscovery
Gets or sets whether the WINS server should automatically configure itself to replicate with partners that it discovers on the network.
public BooleanOption AutomaticPartnerDiscovery { get; set; }
Property Value
MulticastInterval
Gets or sets the interval between sending multicasts to discover replication partners in seconds.
public int MulticastInterval { get; set; }
Property Value
MulticastTTL
Gets or sets the time to live configured on the ,ulticast messages sent for replication partner discovery in seconds.
public int MulticastTTL { get; set; }
Property Value
OverwriteStaticMappings
Gets or sets whether this WINS server should allow static mappings to be overwritten, also know as "MigrateOn".
public BooleanOption OverwriteStaticMappings { get; set; }
Property Value
Partners
Gets or sets the replication partners configured for this WINS server.
public WINSReplicationPartners Partners { get; set; }
Property Value
PullSettings
Gets or sets the WINS pull replication settings.
public WINSServicePullReplicationSettings PullSettings { get; set; }
Property Value
PushSettings
Gets or sets the WINS push replication settings.
public WINSServicePushReplicationSettings PushSettings { get; set; }
Property Value
ReplicateWithPartnersOnly
Gets or sets whether the WINS server should only replicate with partners.
public BooleanOption ReplicateWithPartnersOnly { get; set; }
Property Value
SecurityMode
Gets or sets the replication security mode that this WINS server should use.
public ReplicationSecurityMode SecurityMode { get; set; }
Property Value
SecurityModeString
Gets or sets the replication security mode that this WINS server should use in a human readable format.
public string SecurityModeString { get; set; }
Property Value
SpecifiedWINSServers
Gets or sets a list of the names of WINS servers that are either specifically allowed, or blocked from replicating, dependent on the SecurityMode.
public SerializableStringCollection SpecifiedWINSServers { get; set; }
Property Value
- SerializableStringCollection