+ The returned proxy settings dictionary includes:
+
+ <TABLE BORDER>
+ <TR>
+ <TH>key</TD>
+ <TH>type</TD>
+ <TH>description</TD>
+ </TR>
+ <TR>
+ <TD>kSCPropNetProxiesExceptionsList</TD>
+ <TD>CFArray[CFString]</TD>
+ <TD>Host name patterns which should bypass the proxy</TD>
+ </TR>
+ <TR>
+ <TD>kSCPropNetProxiesHTTPEnable</TD>
+ <TD>CFNumber (0 or 1)</TD>
+ <TD>Enables/disables the use of an HTTP proxy</TD>
+ </TR>
+ <TR>
+ <TD>kSCPropNetProxiesHTTPProxy</TD>
+ <TD>CFString</TD>
+ <TD>The proxy host</TD>
+ </TR>
+ <TR>
+ <TD>kSCPropNetProxiesHTTPPort</TD>
+ <TD>CFNumber</TD>
+ <TD>The proxy port number</TD>
+ </TR>
+ <TR>
+ <TD>kSCPropNetProxiesHTTPSEnable</TD>
+ <TD>CFNumber (0 or 1)</TD>
+ <TD>Enables/disables the use of an HTTPS proxy</TD>
+ </TR>
+ <TR>
+ <TD>kSCPropNetProxiesHTTPSProxy</TD>
+ <TD>CFString</TD>
+ <TD>The proxy host</TD>
+ </TR>
+ <TR>
+ <TD>kSCPropNetProxiesHTTPSPort</TD>
+ <TD>CFNumber</TD>
+ <TD>The proxy port number</TD>
+ </TR>
+ <TR>
+ <TD>kSCPropNetProxiesFTPEnable</TD>
+ <TD>CFNumber (0 or 1)</TD>
+ <TD>Enables/disables the use of an FTP proxy</TD>
+ </TR>
+ <TR>
+ <TD>kSCPropNetProxiesFTPProxy</TD>
+ <TD>CFString</TD>
+ <TD>The proxy host</TD>
+ </TR>
+ <TR>
+ <TD>kSCPropNetProxiesFTPPort</TD>
+ <TD>CFNumber</TD>
+ <TD>The proxy port number</TD>
+ </TR>
+ <TR>
+ <TD>kSCPropNetProxiesFTPPassive</TD>
+ <TD>CFNumber (0 or 1)</TD>
+ <TD>Enable passive mode operation for use behind connection
+ filter-ing firewalls.</TD>
+ </TR>
+ </TABLE>
+
+ Other key-value pairs are defined in the SCSchemaDefinitions.h
+ header file.
+ @param store An SCDynamicStoreRef representing the dynamic store
+ session that should be used for communication with the server.