Discuss this help topic in SecureBlackbox Forum
Specifies the port being bound for the HTTP Proxy server.
Declaration
[C#/Java]
int WebTunnelPort;
[VB.NET]
Property WebTunnelPort As Integer
[Pascal]
property WebTunnelPort: Integer;
[C++]
int32_t get_WebTunnelPort();
void set_WebTunnelPort(int32_t Value);
[PHP]
integer get_WebTunnelPort()
void set_WebTunnelPort(integer $Value)
Description
Specifies the port that HTTP Proxy server is bound to.
This property is used only when
UseWebTunneling is set.
Discuss this help topic in SecureBlackbox Forum