Description
-
References specific header in the collection.
Property type
-
A WebHeader
object.
Syntax
-
object.Item(Index)
The Item Property 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
-
Item property will return reference to specific header
from the collection. It can be used both for Request and Response
objects.
After you get reference to the header, you can access
its Name
and Value
properties, update them, etc..
|