ProxyUsername
The user name to use to authenticate with the proxy server.
You must decide how to configure your proxy server:
- To use the same proxy server for all tasks, configure the proxy server in the
[Connector]
section of the configuration file using the parameters ProxyHost, ProxyPort, ProxyUsername, and ProxyPassword (or UseSystemProxy). If you configure a proxy server in the[Connector]
section, you must not set any proxy parameters for individual tasks. - To configure a unique proxy server for one or more tasks, ensure that there are no proxy parameters set in the
[Connector]
section and then configure proxy settings in the task sections.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | TaskName |
Example: | ProxyUsername=MyUsername
|
See Also: |