Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.UseHTTPProxy

TElHTTPSClient     See also     


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


Specifies, whether TElHTTPSClient should use proxy server

Declaration

[C#]
    bool UseHTTPProxy;

[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

See also:     HTTPProxyHost     HTTPProxyPort     HTTPProxyPassword     HTTPProxyUsername    

Discuss this help topic in SecureBlackbox Forum