Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.HTTPProxyPort

TElHTTPSClient     See also     


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


Specifies the proxy server port.

Declaration

[C#]
    int HTTPProxyPort;

[VB.NET]
    Property HTTPProxyPort As Integer

[Pascal]
    property HTTPProxyPort : integer;

[C++]
    int32_t get_HTTPProxyPort();
    void set_HTTPProxyPort(int32_t Value);

[PHP]
    integer get_HTTPProxyPort()
    void set_HTTPProxyPort(integer $Value)

[Java]
    int getHTTPProxyPort();
    void setHTTPProxyPort(int Value);

Description

    Specifies the proxy server port to connect to.

See also:     HTTPProxyHost     HTTPProxyPassword     HTTPProxyUsername     UseHTTPProxy    

Discuss this help topic in SecureBlackbox Forum