Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These constants define which proxies the application supports, as specified in the dwFlags member of the CONNMGR_CONNECTIONINFO structure. Each proxy flag specifies that a connection can be configured using a specific proxy server. For example, a HTTP proxy is appropriate for Internet Explorer and other HTTP-based protocols, including HTTP-DAV synchronization. If none of these flags are specified, only a direct Internet Protocol (IP) connection or tunnel is attempted.
The following table shows the Connection Manager proxy flag constants.
| Value | Description |
|---|---|
| CONNMGR_FLAG_PROXY_HTTP | HTTP proxy is supported. |
| CONNMGR_FLAG_PROXY_WAP | WAP proxy (gateway) is supported. |
| CONNMGR_FLAG_PROXY_SOCKS4 | SOCKS4 proxy is supported. |
| CONNMGR_FLAG_PROXY_SOCKS5 | SOCKS5 proxy is supported. |
See Also
Send Feedback on this topic to the authors