Table of Contents

TTMSFNCRESTClient.OnRequestResponseFileRetrieved Event

Fires after a file response is retrieved.

API unit family: TMSFNCRESTClient Declaring type: TTMSFNCRESTClient Inherited from: 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.