Discuss this help topic in SecureBlackbox Forum
Specifies, whether to enable proxy.
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)
Description
Use this property to specify whether connection should be established via proxy server
Discuss this help topic in SecureBlackbox Forum