Discuss this help topic in SecureBlackbox Forum

TElDNSSettings.Enabled

TElDNSSettings     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if internal DNS resolver should be used instead of system DNS API.

Declaration

[C#]
    bool Enabled;

[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 False to disable the internal DNS resolver and use the system DNS API instead. In version 16 and later, the default value is True.

See also:     UseSecurity    

Discuss this help topic in SecureBlackbox Forum