wodHttpDLX ActiveX Control - Headers Property
      
 

Description

Reference to header fields.


Property type

A HttpHeaders object.  Reference to HttpHeaders collection for the request.


Syntax

object.Headers



The Headers Property syntax has these parts:

Part Description
object An expression evaluating to an object of type HttpRequest.

Remarks

Headers property returns reference to collection of all headers in the request. These are the headers that are sent to the server, such as 'User-Agent', 'Accept' etc.