- Description
-
WebHeaders Class
Object Model
-
Remarks
-
This object stores collection of WebHeader objects -
headers used in each request and response, as defined by
HTTP protocol. You can add, remove and access elements of
this collection through WebHeaders properties and
methods.
Members
-
| Add |
Adds new header to the collection. |
| Exists |
Tests if session variable exists. |
| Remove |
Removes header from the collection. |
| RemoveAll |
Removes all headers from the collection. |
| ToString |
Returns string expression containing all
headers. |
| Count |
 |
Returns total number of headers in the
collection. |
| Item |
 |
References specific header in the collection. |
|