Share via


Connection Manager Proxy Flag Constants (Windows Embedded CE 6.0)

1/6/2010

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 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

See Also

Reference

Connection Manager Constants
CONNMGR_CONNECTIONINFO

Other Resources