Back to product page

Response property


Reference to Response object.

Type

A HttpResponse object

Syntax

  • Basic
object.Response
The Response(object) syntax has these parts:
objectAn expression evaluating to an object of type wodHttpDLX.

Remarks

This property returns reference to the Response object, which holds data received from the server - based on your request.

Response object is used for storing all information that will be received from the server. This includes all Headers, document Body etc. For each request that the user may issue, a Response object is cleared waiting for new data to be stored in it.

Use a Response Object to retrieve any information related to data received from a remote server.

Platforms

Windows