REST.Types.TExecutionPerformance Fields

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ExecutionTimepublicReturns the time (milliseconds) of sending the request to the server until the response is received.
FStartTimepublic
PostProcessingTimepublicThe time from the moment when the server response is received until all the post processing is done (including JSON parsing).
PreProcessingTimepublicThe time from the moment when the execution starts until the request is handed over to the actual http client and sent to the server.