Table of Contents

TTMSFNCRESTClientRequest.ExecuteRequestWithResultStream Method

Executes the request and reads the response into a stream.

API unit family: TMSFNCRESTClient Declaring type: TTMSFNCRESTClientRequest

Syntax

function ExecuteRequestWithResultStream(ACallback: TTMSFNCRESTClientGetResponseStreamCallBack = nil): TTMSFNCRESTClientExecutedRequest;

Parameters

Name Description
ACallback Optional callback invoked with the response stream.

Returns

The executed request entry that stores request and response data.