PROXY_ACCESS Enumeration

The PROXY_ACCESS enumeration type defines proxy access for content sources that require a proxy.

Members

The following table describes enumeration values for the PROXY_ACCESS enumeration type.

Name Value Description
PROXY_ACCESS_PRECONFIG 0x00000000 Use settings already defined in Microsoft Internet Explorer.
PROXY_ACCESS_DIRECT 0x00000001 Proxy not used.
PROXY_ACCESS_PROXY 0x00000002 Use the proxy configuration that was supplied.

Remarks

The PROXY_ACCESS enumeration type is mainly used for HTTP content sources.