Description
-
References specific header in the collection.
Property type
-
A HttpHeader
object. Reference to requested HttpHeader
object.
Syntax
-
object.Item(Index)
The Item Property syntax has these parts:
| object |
An expression
evaluating to an object of type HttpHeaders. |
| Index |
Required. A Variant
value. String expression as header name, or integer as
header index. |
Remarks
-
This property will return one 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.
|