WebHeaders Object
This object stores collection of
WebHeader objects - headers used in each request and response, as defined by HTTP protocol.
Methods | |
| 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. |
|
Properties | |
| Count | Returns total number of headers in the collection. | Item | References specific header in the collection. |
|
Remarks
You can add, remove and access elements of this collection through WebHeaders properties and methods.Platforms
Windows