HandleRequest( ) method (IWebHandler)
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
An implementation of this method must perform the following actions for an HTTP request:
- Create an instance of
Progress.Web.WebRequestand process the request. - Create and populate an instance of
Progress.Web.WebResponse. - Create an instance of
Progress.Web.WebReponseWriterand write the response.
Return type: INTEGER
Access: PUBLIC
Applies to: Progress.Web.IWebHandler interface
Syntax
|
Notes
- The return value of this method is currently unused.