HttpHeaderValues
The HttpHeaderFields and HttpHeaderValues parameters specify custom HTTP headers to send with all requests to the server. Specify the name of a header using the HttpHeaderFields parameter and use this parameter to specify the value.
If you specified more than one header in HttpHeaderFields, specify a list of values. Both parameters must have the same number of values.
| Type: | String (comma-separated list) |
| Default: | |
| Required: | No |
| Configuration Section: | TaskName or FetchTasks |
| Example: |
or
|
| See Also: | HttpHeaderFields |