SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

ProxySettingsProxyType Property

The type of the proxy server.

Object Oriented Interface

public function getProxySettingsProxyType();
public function setProxySettingsProxyType($value);

Procedural Interface

secureblackboxlite_sshclient_get($res, 47 );
secureblackboxlite_sshclient_set($res, 47, $value );

Default Value

0

Remarks

The type of the proxy server.

The WebTunnel proxy is also known as HTTPS proxy. Unlike HTTP proxy, HTTPS proxy (WebTunnel) provides end-to-end security.

cptNone0
cptSocks41
cptSocks52
cptWebTunnel3
cptHTTP4

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 PHP Edition - Version 20.0 [Build 8166]