Table of Contents

TTMSMCPCustomCloudBase.SimpleGETSyncAsString Method

Sends a synchronous HTTP GET request and returns the response body as a string.

API unit family: TMS.MCP.CloudBase Declaring type: TTMSMCPCustomCloudBase

Syntax

class function SimpleGETSyncAsString(const AURL: string): string;

Parameters

Name Description
AURL The URL to request.

Returns

The response body as a string.