Description
-
Removes header from the collection.
Return Type
-
None
Syntax
-
object.Remove Index
The Remove Method syntax has these parts:
| object |
An expression evaluating to an object
of type WebHeaders. |
| Index |
Required. A Variant value. String
expression as header name, or integer value as header
index. |
Remarks
-
This method removes header from the collection. You can
specify Index to be header's name (Cookie,
User-Agent,...), or you can specify it's index,
starting from 0.
|