TTMSFNCRESTClient.ExecuteRequestWithResultFile Method
Executes the configured request and writes the response to a file.
API unit family: TMSFNCRESTClient
Declaring type: TTMSFNCRESTClient
Inherited from: TTMSFNCCustomRESTClient
Syntax
function ExecuteRequestWithResultFile(ACallback: TTMSFNCRESTClientGetResponseFileCallBack = nil): TTMSFNCRESTClientExecutedRequest;
Parameters
| Name | Description |
|---|---|
ACallback |
Optional callback invoked with the response file path and size. |
Returns
The executed request entry that stores request and response data.