REST.Client.TRESTRequest.ExecutionPerformance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExecutionPerformance;

C++

__property ExecutionPerformance;

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTRequest

Description

Contains detailed information about the request execution performance.

REST.Client.TRESTRequest.ExecutionPerformance inherits from REST.Client.TCustomRESTRequest.ExecutionPerformance. All content below this line refers to REST.Client.TCustomRESTRequest.ExecutionPerformance.


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.


See Also