WeOnlyDo! wodWebServer ActiveX - IwodWebNotify Object
    
 
Description

IwodWebNotify Interface


Remarks

IwodWebNotify interface is a fast notifications interface you should implement in your application if you want it to "take over" events. When implemented, and wodWebServer.Notification property is set to the instance of object that implements this interface, wodWebServer will call above methods instead of firing it's events. As you can see - each event has corresponding notification method (callback).


Members
Methods
CGIStart Called when CGI script is ready to be started.
CGIStop Called when CGI finishes its execution.
RequestDone Called when wodWebServer receives request headers from the user.
RequestHeaders Called when wodWebServer receives request headers from the user.
ResponseDone Called when wodWebServer completes sending response to the user.
RunScript Called when script is found inside response body.
StateChange Called when users state changes.
UploadFilename Called when server needs new name for the file currently being uploaded.
UserAuthenticate Called when user wants to authenticate.
UserConnected Called when user connects to wodWebServer.
UserDisconnected Called when user disconnects from wodWebServer.