Datasnap.DSHTTPCommon.TDSHTTPServiceTraceEvent

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

Delphi

TDSHTTPServiceTraceEvent = procedure(Sender: TObject; AContext: TDSHTTPContext;
ARequest: TDSHTTPRequest;
AResponse: TDSHTTPResponse) of object;

C++

typedef void __fastcall (__closure *TDSHTTPServiceTraceEvent)(System::TObject* Sender, TDSHTTPContext* AContext, TDSHTTPRequest* ARequest, TDSHTTPResponse* AResponse);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon Datasnap.DSHTTPCommon

説明

HTTP 要求のロギング用のユーザー イベントの型を表します。

TDSHTTPServiceTraceEvent は、HTTP 要求のロギング用のユーザー イベントの型を表します。

関連項目