TOnDispatch

<< Click to Display Table of Contents >>

Navigation:  Types >

TOnDispatch

SIGNATURE=IWServerControllerBase.TOnDispatch

 

ETYPE=Type

 

Declaration:

Delphi:

TOnDispatch = procedure (Request: THttpRequest; aReply: THttpReply) of object;

C++:

void (Request: THttpRequest; aReply: THttpReply) ( TOnDispatch)();

 

Unit: IWServerControllerBase.pas

 

Description: This is type IWServerControllerBase.TOnDispatch.