Events for cWebHttpHandler

View event list in alphabetical order

NameDescription
OnHttpDeleteTriggered for each DELETE request that comes in
OnHttpGetTriggered for each GET request that comes in
OnHttpPatchTriggered for each PATCH request that comes in
OnHttpPostTriggered for each POST request that comes in
OnHttpPutTriggered for each PUT request that comes in
OnHttpRequestFires for each HTTP request that comes in
OnPostRequestTriggered after a request is handled by the OnHttp. events.
OnPreRequestTriggered before a request is handled by the OnHttp... events.
OnReleaseProcessSent before a process is released back into the pool

Inherited Events from cObject

Construct_ObjectObject constructor. Initializes the object during object creation in class definitions
Destroy_ObjectSent when an object is about to be destroyed
End_Construct_ObjectEnd of object constructor.