Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.HTTPProxyHost

TElHTTPSClient     See also     


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


Specifies the proxy server to connect through.

Declaration

[C#]
    string HTTPProxyHost;

[VB.NET]
    Property HTTPProxyHost As String

[Pascal]
    property HTTPProxyHost : string;

[C++]
    void get_HTTPProxyHost(std::string &OutResult);
    void set_HTTPProxyHost(const std::string &Value);

[PHP]
    string get_HTTPProxyHost()
    void set_HTTPProxyHost(string $Value)

[Java]
    String getHTTPProxyHost();
    void setHTTPProxyHost(String Value);

Description

    Specifies the proxy-server host. If the UseHTTPProxy property is set to True, all requests will be passed to this proxy server.

See also:     HTTPProxyPort     HTTPProxyPassword     HTTPProxyUsername     UseHTTPProxy    

Discuss this help topic in SecureBlackbox Forum