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.
Defines constants that specify which proxy to use for file transfers. You can define different proxy settings for each job.
Syntax
typedef enum BG_JOB_PROXY_USAGE {
BG_JOB_PROXY_USAGE_PRECONFIG = 0,
BG_JOB_PROXY_USAGE_NO_PROXY,
BG_JOB_PROXY_USAGE_OVERRIDE,
BG_JOB_PROXY_USAGE_AUTODETECT
} ;
Constants
BG_JOB_PROXY_USAGE_PRECONFIGValue: 0 Use the proxy and proxy bypass list settings defined by each user to transfer files. Settings are user-defined from Control Panel, Internet Options, Connections, Local Area Network (LAN) settings (or Dial-up settings, depending on the network connection). |
BG_JOB_PROXY_USAGE_NO_PROXYDo not use a proxy to transfer files. Use this option when you transfer files within a LAN. |
BG_JOB_PROXY_USAGE_OVERRIDEUse the application's proxy and proxy bypass list to transfer files. Use this option when you can't trust that the system settings are correct. Also use this option when you want to transfer files using a special account, such as LocalSystem, to which the system settings do not apply. |
BG_JOB_PROXY_USAGE_AUTODETECTAutomatically detect proxy settings. BITS detects proxy settings for each file in the job. BITS 1.5 and earlier: BG_JOB_PROXY_USAGE_AUTODETECT is not available. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP |
| Minimum supported server | Windows Server 2003 |
| Header | bits.h |