Table of Contents

TTMSFNCCustomCloudBase.SimpleGETAsyncAsString Method

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

API unit family: TMSFNCCloudBase Declaring type: TTMSFNCCustomCloudBase

Syntax

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

Parameters

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