Discuss this help topic in SecureBlackbox Forum
Specifies if internal DNS resolver should be used instead of system DNS API.
Declaration
[VB.NET]
Property Enabled As Boolean
[Pascal]
property Enabled : boolean;
[C++]
bool get_Enabled();
void set_Enabled(bool Value);
[PHP]
bool get_Enabled()
void set_Enabled(bool $Value)
[Java]
boolean getEnabled();
void setEnabled(boolean Value);
Description
Set this property to
True to use internal DNS resolver instead of system DNS API.
The default value is
False.
Discuss this help topic in SecureBlackbox Forum