Returns the response from an http request.
# Get the value of the property.propertyValue = httpEventArgs_var.response
#include <Core/Application/HttpEventArgs.h>// Get the value of the property.Ptr<HttpResponse> propertyValue = httpEventArgs_var->response();