RAD Studio VCL Reference
|
Provides the underlying implementation for the HandleRequest method.
function ImplHandleRequest(Request: TWebRequest; Response: TWebResponse): Boolean; override;
virtual __fastcall Boolean ImplHandleRequest(TWebRequest Request, TWebResponse Response);
The HandleRequest method calls ImplHandleRequest to process an http request message and obtain the response that should be sent back to the caller. (The HandleRequest method is called using the IWebRequestHandler interface.)
ImplHandleRequest
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|