REST.Types.TExecutionPerformance.PreProcessingTime

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

PreProcessingTime: integer;

C++

int PreProcessingTime;

プロパティ

種類 可視性 ソース ユニット
field public
REST.Types.pas
REST.Types.hpp
REST.Types TExecutionPerformance


説明

実行が開始した瞬間から、実際の HHTP クライアントに要求が渡されてサーバーに送信されるまでの時間です。

PreProcessingTime には、パラメータの準備や本体のエンコードなどに必要な時間が含まれます。

メモ: すべての値はミリ秒単位で表されます。

関連項目