Table of Contents

TTMSMCPCloudBase.SimpleGETAsyncAsString Method

Sends an asynchronous HTTP GET request and delivers the response body as a string via the callback.

API unit family: TMS.MCP.CloudBase Declaring type: TTMSMCPCloudBase Inherited from: TTMSMCPCustomCloudBase

Syntax

class procedure SimpleGETAsyncAsString(const AURL: string; const ARequestResultEvent: TTMSMCPCloudBaseRequestResultEvent);

Parameters

Name Description
AURL The URL to request.
ARequestResultEvent Callback invoked with the result when the request completes.