Table of Contents

TTMSMCPCloudBase.SimpleGETAsyncAsStream Method

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

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

Syntax

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

Parameters

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