Gets the status code of the response.
# Get the value of the property.propertyValue = httpResponse_var.statusCode
#include <Core/Application/HttpResponse.h>// Get the value of the property.integer propertyValue = httpResponse_var->statusCode();