TTMSMCPCloudBase.SimpleGETSyncAsStream Method
Sends a synchronous HTTP GET request and returns the response body as a memory stream.
API unit family: TMS.MCP.CloudBase
Declaring type: TTMSMCPCloudBase
Inherited from: TTMSMCPCustomCloudBase
Syntax
class function SimpleGETSyncAsStream(const AURL: string): TMemoryStream;
Parameters
| Name | Description |
|---|---|
AURL |
The URL to request. |
Returns
The response body as a memory stream.