Datasnap.DSHTTPCommon.TDSHTTPServiceTraceEvent

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon Datasnap.DSHTTPCommon

Description

Represents the type for user event for logging HTTP requests.

TDSHTTPServiceTraceEvent represents the type for user events for logging HTTP requests.

See Also