SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

ProxySettingsProxyType Property

The type of the proxy server.

Syntax

ANSI (Cross Platform)
int GetProxySettingsProxyType();
int SetProxySettingsProxyType(int iProxySettingsProxyType); Unicode (Windows) INT GetProxySettingsProxyType();
INT SetProxySettingsProxyType(INT iProxySettingsProxyType);

Possible Values

CPT_NONE(0), 
CPT_SOCKS_4(1),
CPT_SOCKS_5(2),
CPT_WEB_TUNNEL(3),
CPT_HTTP(4)
@property (nonatomic,readwrite,assign,getter=proxySettingsProxyType,setter=setProxySettingsProxyType:) int proxySettingsProxyType;
- (int)proxySettingsProxyType;
- (void)setProxySettingsProxyType:(int)newProxySettingsProxyType;

Possible Values

CPT_NONE(0), 
CPT_SOCKS_4(1),
CPT_SOCKS_5(2),
CPT_WEB_TUNNEL(3),
CPT_HTTP(4)
#define PID_SSHCLIENT_PROXYSETTINGSPROXYTYPE 47

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SSHClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SSHClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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 C++ Edition - Version 20.0 [Build 8166]