Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

These constants define which proxies the application supports, as specified in the dwFlagsmember of the CONNMGR_CONNECTIONINFOstructure. 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 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.

Requirements

Header connmgr.h
Windows Embedded CE Windows CE .NET 4.2 and later, Windows Embedded NavReady 2009

See Also

Reference

CONNMGR_CONNECTIONINFO

Other Resources