Skip to content

Events for cWebHttpMultipartFormdataHandler

View event list in alphabetical order.

Name Description Defining Class
OnField cWebHttpMultipartFormdataHandler
OnFileChunk cWebHttpMultipartFormdataHandler
OnFileFinished cWebHttpMultipartFormdataHandler
OnFileStart cWebHttpMultipartFormdataHandler

Inherited Events from cWebHttpHandler

Name Description Defining Class
OnHttpDelete Triggered for each DELETE request that comes in This event is triggered for each DELETE request that comes in. cWebHttpHandler
OnHttpGet Triggered for each GET request that comes in This event is triggered for each GET request that comes in. cWebHttpHandler
OnHttpPatch Triggered for each PATCH request that comes in This event is triggered for each PATCH request that comes in. cWebHttpHandler
OnHttpPost Triggered for each POST request that comes in This event is triggered for each POST request that comes in. cWebHttpHandler
OnHttpPut Triggered for each PUT request that comes in This event is triggered for each PUT request that comes in. cWebHttpHandler
OnHttpRequest Fires for each HTTP request that comes in Event that is fired for each HTTP request that comes in. cWebHttpHandler
OnPostRequest Triggered after a request is handled by the OnHttp. cWebHttpHandler
OnPreRequest Triggered before a request is handled by the OnHttp... cWebHttpHandler
OnReleaseProcess Sent before a process is released back into the pool This event is fired before a process is released back into the pool, but after the HTTP request has been sent to the client. cWebHttpHandler

Inherited Events from cObject

Name Description Defining Class
Construct_Object Object constructor. cObject
Destroy_Object Sent when an object is about to be destroyed The Destroy_Object event is sent to an object when it is about to be destroyed. cObject
End_Construct_Object End of object constructor. cObject