Connection Manager Proxy Flag Constants

Send Feedback

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

CONNMGR_CONNECTIONINFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.