SecureBlackbox 2020 iOS Edition

Questions / Feedback?

proxyProxyType (property)

The type of the proxy server.

Syntax

@property (nonatomic,readwrite,assign,getter=proxyProxyType,setter=setProxyProxyType:) int proxyProxyType;
- (int)proxyProxyType;
- (void)setProxyProxyType:(int)newProxyProxyType;

/* Possible Values */
CPT_NONE(0),
CPT_SOCKS_4(1),
CPT_SOCKS_5(2),
CPT_WEB_TUNNEL(3),
CPT_HTTP(4)
public var proxyProxyType: MailreaderProxyProxyTypes {
  get {...}
set {...} }
public enum MailreaderProxyProxyTypes : Int32 { case cptNone = 0 case cptSocks4 = 1 case cptSocks5 = 2 case cptWebTunnel = 3 case cptHTTP = 4 }

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

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