HeadersString Property
See Also Example Applies To
A string containing the headers from an HTTP request or response.
Syntax
object.HeadersString
The object placeholder represents an XMLHTTPHeaders object.
Remarks
When the property is given a new value, the collection of headers is cleared and the contents of this property are add to the collection.
|