Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_NONEValue: 0 The proxy locator bypasses all addresses. |
MFNET_PROXYSETTING_MANUALValue: 1 The proxy locator uses manual settings. The application must set the following properties: |
MFNET_PROXYSETTING_AUTOValue: 2 The proxy locator automatically discovers proxy servers by using the WinInet auto-proxy detection mechanism. |
MFNET_PROXYSETTING_BROWSERValue: 3 The proxy locator uses the proxy settings of the browser. By default, the proxy locator sets this value for HTTP. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | mfidl.h |