Back to product page

WebHeader Object


Holds information about request/response header.


Methods
ToStringReturns string expression containing name and value of the header.
Properties
NameHolds name of the header.
ValueHolds value of the header.

Remarks

This object is represents one item in WebHeaders collection - item that can contain Name and the Value. But in some cases this is used for different purposes - such as storing session variables that also contain variable Name and variable Value.

Platforms

Windows