TTMSFNCCustomRESTClient.ExecuteRequestWithResultStream Method
Executes the configured request and reads the response into a stream.
API unit family: TMSFNCRESTClient
Declaring type: TTMSFNCCustomRESTClient
Syntax
function ExecuteRequestWithResultStream(ACallback: TTMSFNCRESTClientGetResponseStreamCallBack = nil): TTMSFNCRESTClientExecutedRequest;
Parameters
| Name | Description |
|---|---|
ACallback |
Optional callback invoked with the response stream. |
Returns
The executed request entry that stores request and response data.