Programming Reference Manual
 
Syntax
 
Value = object.Item(Index)
 
Description
Provides array subscript access to the collection.
 
Part
Description
object
Evaluates to a HttpHeaderFields object.
Index
Long. Specifies a header field by position in the collection.
Value
String. Value containing requested header field.
 

Error Codes

The Clear method may generate the following error codes (refer to the ErrorConstants topic for a complete list of error codes):
  • ptInvalidParam1
  • ptNoBufferSpace 
 
See Also