HttpRequest.execute Method
Parent Object: HttpRequestDefined 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.
|
Return Value
Type | Description |
boolean | Returns true if the request was successfully started. |