SecureBlackbox 2020 iOS Edition

Questions / Feedback?

proxyUseIPv6 (property)

Specifies whether IPv6 should be used when connecting through the proxy.

Syntax

@property (nonatomic,readwrite,assign,getter=proxyUseIPv6,setter=setProxyUseIPv6:) BOOL proxyUseIPv6;
- (BOOL)proxyUseIPv6;
- (void)setProxyUseIPv6:(BOOL)newProxyUseIPv6;
public var proxyUseIPv6: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

Specifies whether IPv6 should be used when connecting through the proxy.

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