Script Packager Object Model Reference

IHttpHeaders.Contains Method 

Test if the named HTTP header variable exists within the collection

bool Contains(
   string Name
);

Parameters

Name
The name of the HTTP header variable to search for

Return Value

True if the named HTTP header variable exists within the collection

See Also

IHttpHeaders Interface | Intelligence.FuncLibs.Http.HttpRequest Namespace