REST.Client.TCustomRESTRequest.ExecutionPerformance
Delphi
property ExecutionPerformance: TExecutionPerformance read FExecutionPerformance;
C++
__property Rest::Types::TExecutionPerformance ExecutionPerformance = {read=FExecutionPerformance};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | REST.Client.pas REST.Client.hpp |
REST.Client | TCustomRESTRequest |
Description
Contains detailed information about the request execution performance.
Use this property to get detailed information (such as the execution time, total execution time, etc.) about the execution of this request. For more information, see TExecutionPerformance.