Description
-
Called when wodWebServer completes sending response to
the user.
Return Type
-
None
Syntax
-
object.ResponseDone Owner,
User
The ResponseDone Method syntax has these parts:
| object |
An expression evaluating to an object
of type IwodWebNotify. |
| Owner |
Required. A wodWebServerCom
object. Reference to wodWebServer instance that called
this notification method. |
| User |
Required. A WebUser object.
Reference to the user who received the response. |
Remarks
-
NOTE: This method is called only if you
implemented IwodWebNotify interface in your application,
and wodWebServer.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.
|