TTMSFNCRESTClient.OnRequestResponseStreamRetrieved Event
Fires after a stream response is retrieved.
API unit family: TMSFNCRESTClient
Declaring type: TTMSFNCRESTClient
Inherited from: TTMSFNCCustomRESTClient
Syntax
OnRequestResponseStreamRetrieved: TTMSFNCRESTClientResponseStreamRetrievedEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that fired the event. |
ARequest |
Executed request associated with the response. |
AResultStream |
Stream returned by the request. |