IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

proxyAutoDetect (property)

This property tells the class whether or not to automatically detect and use proxy system settings, if available.

Syntax

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

Default Value

FALSE

Remarks

This property tells the class whether or not to automatically detect and use proxy system settings, if available. The default value is false.

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