You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

11.4.1 Options Property

Specifies various aspects of the HTTP request, such as header values and timeout period.

Property Type

XPRIM_HttpRequestOptions

Examples

The following example add a request header called X-VERSION.

Define_Com Class(#XPRIM_HttpRequest) Name(#Request)


#Request.Options.AddHeader Name('X-VERSION') Value('1.0')

  • No labels