HeaderCount (HttpRequest function)

From m204wiki
Revision as of 20:00, 21 June 2011 by JAL2 (talk | contribs)
Jump to navigation Jump to search

Number of headers in this request (HttpRequest class)


Syntax

%number = httpRequest:HeaderCount

Syntax terms

%numberA numeric variable to contain the returned count.
httpRequest A previously defined and instantiated HttpRequest object.

Usage notes

Examples

See also