2.2.4.9.14 DomainProviderManagerSettings
The DomainProviderManagerSettings type describes settings for Domain Manager operation. At run-time, these settings are read-only. Administrators and/or tools can change these settings in the registry if needed.
-
<xs:complexType name="DomainProviderManagerSettings"> <xs:sequence> <xs:element minOccurs="0" name="BypassProxyForLocalAddresses" type="xs:boolean" /> <xs:element minOccurs="0" name="DNSUpdateInterval" type="ser:duration" /> <xs:element minOccurs="0" name="DomainStatusQueryInterval" type="ser:duration" /> <xs:element minOccurs="0" name="Environment" type="tns:DomainProviderEnvironment" /> <xs:element minOccurs="0" name="Proxy" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType>
BypassProxyForLocalAddresses: TRUE, if the proxy for local addresses is bypassed; otherwise, FALSE.
DNSUpdateInterval: The DNS update interval.
DomainStatusQueryInterval: The domain status query interval.
Environment: The environment in which the provider is running.
Proxy: The proxy setting.