GetHttpResponse (Method)

Overview

Type:

Method

Available as of:

V1.0.0.0

Description

This method is used to retrieve the internally stored HTTP response from the last data transmission. In case the data transmission was not successful, the content of the response provides additional information about the issue.

The return value of type BOOL indicates the result of the execution of the method. If the data have been copied successfully the method returns TRUE.

Interface

Inputs Data Type Description

i_anyHeader

ANY

Buffer to store the information from the header of the response.

i_anyContent

ANY

Buffer to store the information from the content of the response.