Script Packager Object Model Reference

IHttpHeaders Members

IHttpHeaders overview

Public Instance Properties

Count The number of HTTP header variables that exist in the collection
Item Retrieve the specified HTTP header

Public Instance Methods

Add Add a new HTTP header variable with the specified name and value
Clear Removes all HTTP header variables
Contains Test if the named HTTP header variable exists within the collection
GetEnumerator Retrieve an enumerator for the collection of HTTP header variables
Remove Removes the named HTTP header variable

See Also

IHttpHeaders Interface | Intelligence.FuncLibs.Http.HttpRequest Namespace