Top Method Summary
Options Name Purpose
INTEGER HandleFileUpload (IWebRequest) Handles file uploads
INTEGER HandlePost (IWebRequest) Default handler for the HTTP POST method. The request being serviced and an optional status code is returned. A zero or null value means this method will deal with all errors.
INTEGER HandlePut (IWebRequest) Default handler for the HTTP PUT method. The request being serviced and an optional status code is returned. A zero or null value means this method will deal with all errors.
OnUploadFiles (UploadFilesEventArgs) Publishes the UploadFiles event

Top Event Summary
Options Name Purpose
UploadFiles (Object, UploadFilesEventArgs) Raised when the WebHandler has received one or more files

Top Property Summary
Options Name Purpose
INTEGER UnhandledStatusCode


Method Detail
Top

INTEGER HandleFileUpload (IWebRequest)

Purpose: Handles file uploads
Notes:

Parameters:
poRequest OpenEdge.Web.IWebRequest
The IWebRequest instance representing the call
Returns INTEGER
StatusCode of the response sent to the client
Top

INTEGER HandlePost (IWebRequest)

Purpose: Default handler for the HTTP POST method. The request being
serviced and an optional status code is returned. A zero or
null value means this method will deal with all errors.
Notes:

Parameters:
poRequest OpenEdge.Web.IWebRequest
The IWebRequest instance representing the call
Returns INTEGER
StatusCode of the response sent to the client
Top

INTEGER HandlePut (IWebRequest)

Purpose: Default handler for the HTTP PUT method. The request being
serviced and an optional status code is returned. A zero or
null value means this method will deal with all errors.
Notes:

Parameters:
poRequest OpenEdge.Web.IWebRequest
The IWebRequest instance representing the call
Returns INTEGER
StatusCode of the response sent to the client
Top

OnUploadFiles (UploadFilesEventArgs)

Purpose: Publishes the UploadFiles event
Notes:

Parameters:
poEventArgs Consultingwerk.Web2.WebHandler.UploadFilesEventArgs


Event Detail
Top

UploadFiles (Object, UploadFilesEventArgs)

Purpose: Raised when the WebHandler has received one or more files
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the EndRequest event
e Consultingwerk.Web2.WebHandler.UploadFilesEventArgs
The EndRequestEventArgs with the data for the event


Property Detail
Top

INTEGER UnhandledStatusCode


Returns INTEGER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:31:11