HttpEventArgs.response Property

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

Description

Returns the response from an http request.

Syntax

"httpEventArgs_var" is a variable referencing a HttpEventArgs object.

# Get the value of the property.
propertyValue = httpEventArgs_var.response
"httpEventArgs_var" is a variable referencing a HttpEventArgs object.
#include <Core/Application/HttpEventArgs.h>

// Get the value of the property.
Ptr<HttpResponse> propertyValue = httpEventArgs_var->response();

Property Value

This is a read only property whose value is a HttpResponse.

Version

Introduced in version January 2024