HttpRequest.execute Method

Parent Object: HttpRequest
Defined in namespace "adsk::core" and the header file is <Core/Application/HttpRequest.h>

Description

Execute this request asynchronously. The response will be sent to the completed event.

Syntax

"httpRequest_var" is a variable referencing a HttpRequest object.
returnValue = httpRequest_var.execute()
"httpRequest_var" is a variable referencing a HttpRequest object.

#include <Core/Application/HttpRequest.h>

returnValue = httpRequest_var->execute();

Return Value

Type Description
boolean Returns true if the request was successfully started.

Version

Introduced in version January 2024