REST.Types.TExecutionPerformance.PreProcessingTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PreProcessingTime: integer;

C++

int PreProcessingTime;

Properties

Type Visibility Source Unit Parent
field public
REST.Types.pas
REST.Types.hpp
REST.Types TExecutionPerformance

Description

The time from the moment when the execution starts until the request is handed over to the actual http client and sent to the server.

PreProcessingTime includes the time needed to prepare a parameter, encode a body, and so on.

Note: All values are expressed in milliseconds.

See Also