ProxyAutoDetect Property
This property tells the class whether or not to automatically detect and use proxy system settings, if available.
Syntax
int GetProxyAutoDetect();
int SetProxyAutoDetect(int bProxyAutoDetect);
BOOL GetProxyAutoDetect();
INT SetProxyAutoDetect(BOOL bProxyAutoDetect);
@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.
Data Type
Boolean