Script Packager Object Model Reference

IHttpHeaders.Remove Method 

Removes the named HTTP header variable

void Remove(
   object Index
);

Parameters

Index
The name of the HTTP header variable to remove

Remarks

If the index is a header name and no header exists with that name the Remove() method doesn't report an error.

See Also

IHttpHeaders Interface | Intelligence.FuncLibs.Http.HttpRequest Namespace