HttpRequest.executeSync Method

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

Description

Execute this request synchronously. This will block the thread until the request completes.

Syntax

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

#include <Core/Application/HttpRequest.h>

returnValue = httpRequest_var->executeSync();

Return Value

Type Description
HttpResponse Returns the response from making this request, or null if an error prevents the request from starting.

Version

Introduced in version January 2024