XMLHTTPHeaders Object
See Also Example Properties Methods Events
Models the HTTP headers that are transmitted to and received from the remote server during a request for a document.
Class Diagram

Remarks
The XMLHTTPHeaders object provides a standard collection class functionality using
the Add,
Clear,
Item and
Remove methods
and the Count property.
An additional property, the HeadersString property can be used to populate the collection or convert the collection into a valid HTTP headers string.
|