TTMSFNCCustomCloudBase.SimpleGETAsyncAsStream Method
Sends an asynchronous HTTP GET request and delivers the response body as a memory stream via the callback.
API unit family: TMSFNCCloudBase
Declaring type: TTMSFNCCustomCloudBase
Syntax
class procedure SimpleGETAsyncAsStream(const AURL: string; const ARequestResultEvent: TTMSFNCCloudBaseRequestResultEvent);
Parameters
| Name | Description |
|---|---|
AURL |
The URL to request. |
ARequestResultEvent |
Callback invoked with the result when the request completes. |