wodHttpDLX ActiveX Control - wodHttpNotify Object
    
 
Description

wodHttpNotify Class


Remarks

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


Members
Methods
ClientCertRequired Called when server requires client certificate.
Connected Called when wodHttpDLX connects to the server.
Disconnected Called when wodHttpDLX disconnects from the server.
Done Called when wodHttpDLX completes request.
HeadersDone Called when wodHttpDLX finishes receiving headers.
HostCertificate Called when remote server provides its certificate.
Progress Called during data download/upload.
Redirect Called when server redirects us to new URL.
StateChange Called when wodHttpDLX changes its state.