Table of Contents

TTMSFNCRESTClientRequest.ExecuteRequestWithResultFile Method

Executes the request and writes the response to a file.

API unit family: TMSFNCRESTClient Declaring type: TTMSFNCRESTClientRequest

Syntax

function ExecuteRequestWithResultFile(ACallback: TTMSFNCRESTClientGetResponseFileCallBack = nil): TTMSFNCRESTClientExecutedRequest;

Parameters

Name Description
ACallback Optional callback invoked with the response file path and size.

Returns

The executed request entry that stores request and response data.