wodHttpDLX ActiveX Control - Response Property
      
 

Description

Reference to Response object.


Property type

A HttpResponse object.  


Syntax

object.Response



The Response Property syntax has these parts:

Part Description
object An 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.