Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.WebTunnelAddress

TElBaseSocketClient     See also     


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


Specifies the address of the HTTP Proxy server.

Declaration

[C#]
    string WebTunnelAddress;

[VB.NET]
    Property WebTunnelAddress As String

[Pascal]
    property WebTunnelAddress : string;

[C++]
    void get_WebTunnelAddress(std::string &OutResult);
    void set_WebTunnelAddress(const std::string &Value);

[PHP]
    string get_WebTunnelAddress()
    void set_WebTunnelAddress(string $Value)

[Java]
    String getWebTunnelAddress();
    void setWebTunnelAddress(String Value);

Description

This property specifies the IP address or host name of the HTTP Proxy server. This property is used only when UseWebTunneling is set.

See also:     WebTunnelPort     UseWebTunneling    

Discuss this help topic in SecureBlackbox Forum