Table of Contents

TTMSFNCCustomRESTClient.OnRequestResponseRetrieved Event

Fires after a response is retrieved with all response targets available.

API unit family: TMSFNCRESTClient Declaring type: TTMSFNCCustomRESTClient

Syntax

OnRequestResponseRetrieved: TTMSFNCRESTClientResponseRetrievedEvent;

Parameters

Name Description
Sender Object that fired the event.
ARequest Executed request associated with the response.
AResultString Text response content.
AResultStream Stream response content.
AResultFile File path written by the response.