Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
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:
The ResponseDone(object,Owner,User) syntax has these parts:
object | An expression evaluating to an object of type IwodWebNotify |
Owner | An expression evaluating to an object of type wodWebServer |
User | WebUser 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.