Discuss this help topic in SecureBlackbox Forum
Specifies, whether TElHTTPSClient should use proxy server
Declaration
[VB.NET]
Property UseHTTPProxy As Boolean
[Pascal]
property UseHTTPProxy : boolean;
[C++]
bool get_UseHTTPProxy();
void set_UseHTTPProxy(bool Value);
[PHP]
bool get_UseHTTPProxy()
void set_UseHTTPProxy(bool $Value)
[Java]
boolean getUseHTTPProxy();
void setUseHTTPProxy(boolean Value);
Description
This property specifies whether TElHTTPSClient
should use proxy in connection to server. If so, the proxy parameters
are taken from
HTTPProxyHost and
HTTPProxyPort
properties
Discuss this help topic in SecureBlackbox Forum