Back to product page

ResponseDone callback method


Called when wodWebServer completes sending response to the user.

Syntax

  • Basic
object.ResponseDone (Owner, User)
The ResponseDone(object,Owner,User) syntax has these parts:
objectAn expression evaluating to an object of type IwodWebNotify
OwnerAn expression evaluating to an object of type wodWebServer
UserWebUser object. Reference to user that called CGI script.

Remarks

NOTE: This method is called only if you implemented IwodWebNotify interface in your application, and wodWeb1.Notification property has received reference to instance of your implementation.

When this notification method is called, user can send new request, or can close the connection. You can free any variables related to this response.

Platforms

Windows