Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : GetHeaders( ) method
 

GetHeaders( ) method

Returns all the headers for this request.
Return type: INTEGER (the number of headers returned)
Access: PUBLIC
Applies to: OpenEdge.Web.WebRequest class

Syntax

GetHeaders ( OUTPUT headers AS HttpHeader EXTENT )
headers
An array of the headers for the request.