Back to product page

WebHeaders Object


This object stores collection of WebHeader objects - headers used in each request and response, as defined by HTTP protocol.


Methods
AddAdds new header to the collection.
ExistsTests if session variable exists.
RemoveRemoves header from the collection.
RemoveAllRemoves all headers from the collection.
ToStringReturns string expression containing all headers.
Properties
CountReturns total number of headers in the collection.
ItemReferences specific header in the collection.

Remarks

You can add, remove and access elements of this collection through WebHeaders properties and methods.

Platforms

Windows