Table of Contents

TTMSFNCRESTClientExecutedRequest Class

Represents one request execution and its captured response.

API unit family: TMSFNCRESTClient Inherits from: TCollectionItem

Syntax

TTMSFNCRESTClientExecutedRequest = class(TCollectionItem)

Properties

Name Description
DataBoolean Gets or sets custom Boolean data associated with the executed request; True carries an application-defined enabled or affirmative state.
DataInteger Gets or sets custom integer data associated with the executed request.
DataObject Gets or sets custom object data associated with the executed request.
DataPointer Gets or sets custom pointer data associated with the executed request.
DataString Gets or sets custom text data associated with the executed request.
DataUpload Gets or sets a file payload associated with the executed request.
RESTClient Gets the client that executed the request.
Request Gets the request settings used for this execution.
Response Gets the response captured for the request.

Used by