PROXY_ACCESS Enumeration
Defines the proxy access for content sources that require a proxy.
Members
The following table describes enumeration values for the PROXY_ACCESS enumeration type.
Name | Description |
---|---|
PROXY_ACCESS_PRECONFIG 0x00000000 |
Use settings already defined in Internet Explorer. |
PROXY_ACCESS_DIRECT 0x00000001 |
Proxy not used. |
PROXY_ACCESS_PROXY 0x00000002 |
Use the supplied proxy configuration. |
Remarks
The PROXY_ACCESS enumeration is used in the PROXY_INFO Structure structure for the ISearch Protocol Init Method method to identify the proxy settings for a content source. This enumeration is mainly used for HTTP content sources.
See Also
Reference
ISearch Protocol Init Method
PROXY_INFO Structure
Concepts
Protocol Handler Reference
Protocol Handler Enumerations
AUTH_TYPE Enumeration