MFNET_PROXYSETTINGS enumeration
Specifies how the default proxy locator will specify the connection settings to a proxy server. The application must set these values in the MFNETSOURCE_PROXYSETTINGS property.
Syntax
typedef enum _MFNET_PROXYSETTINGS { MFNET_PROXYSETTING_NONE = 0, MFNET_PROXYSETTING_MANUAL = 1, MFNET_PROXYSETTING_AUTO = 2, MFNET_PROXYSETTING_BROWSER = 3 } MFNET_PROXYSETTINGS;
Constants
- MFNET_PROXYSETTING_NONE
-
The proxy locator bypasses all addresses.
- MFNET_PROXYSETTING_MANUAL
-
The proxy locator uses manual settings. The application must set the following properties:
- MFNET_PROXYSETTING_AUTO
-
The proxy locator automatically discovers proxy servers by using the WinInet auto-proxy detection mechanism.
- MFNET_PROXYSETTING_BROWSER
-
The proxy locator uses the proxy settings of the browser. By default, the proxy locator sets this value for HTTP.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also