Description
-
Fires when wodWebServer completes sending response to
the user.
Syntax
-
Private Sub
object_ResponseDone(User)
The ResponseDone Event syntax has these parts:
| object |
A wodWebServer
object. |
| User |
A WebUser object.
Reference to the user who received the response. |
Remarks
-
When this event is fired, user can send new request, or
can close the connection. You can free any variables
related to this response.
|