RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebDispatcher.HandleRequest Method

Processes an HTTP request message.

Pascal
function HandleRequest(Request: TWebRequest; Response: TWebResponse): Boolean;
C++
__fastcall Boolean HandleRequest(TWebRequest Request, TWebResponse Response);

Call HandleRequest to process an HTTP request message and obtain the response that should be sent back to the caller. 

Request is the request object that describes the request to process. 

Response is the response object that should be filled out when the request is processed. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!