Try OpenEdge Now
ABL Reference
Class Properties and Methods Reference
:
HandleRequest( ) method (IWebHandler)
HandleRequest( ) method (IWebHandler)
An implementation of this method must perform the following actions for an HTTP request:
Create an instance of
Progress.Web.WebRequest
and process the request.
Create and populate an instance of
Progress.Web.WebResponse
.
Create an instance of
Progress.Web.WebReponseWriter
and write the response.
Return type:
INTEGER
Access:
PUBLIC
Applies to:
Progress.Web.IWebHandler interface
Syntax
HandleRequest ( )
Notes
The return value of this method is currently unused.