Table of Contents

TTMSFNCCustomRESTClient.OnRequestResponseFileRetrieved Event

Fires after a file response is retrieved.

API unit family: TMSFNCRESTClient Declaring type: TTMSFNCCustomRESTClient

Syntax

OnRequestResponseFileRetrieved: TTMSFNCRESTClientResponseFileRetrievedEvent;

Parameters

Name Description
Sender Object that fired the event.
ARequest Executed request associated with the response.
AResultFile Path of the response file.
AResultFileSize Size of the response file in bytes.