Script Packager Object Model Reference

IHttpHeaders.Add Method 

Add a new HTTP header variable with the specified name and value

IHttpHeader Add(
   string Name,
   string Value
);

Parameters

Name
The name of the new HTTP header variable
Value
The value of the new HTTP header variable

Return Value

Remarks

If the named HTTP header variable already exists as an HTTP header then the specified value is appended to the existing value for that header variable.

See Also

IHttpHeaders Interface | Intelligence.FuncLibs.Http.HttpRequest Namespace