Description
-
Called when wodHttpDLX connects to the server.
Return Type
-
None
Syntax
-
object.Connected Owner
The Connected Method syntax has these parts:
| object |
An expression
evaluating to an object of type wodHttpNotify. |
| Owner |
Required. A wodHttpDLXCom object.
Reference to wodHttpDLXCom instance that called this
notification method. |
Remarks
-
NOTE: This method is called only if you
implemented IwodHttpNotify interface in your application,
and wodHttp.Notification
property has received reference to
instance of your implementation.
This notification method is called when wodHttpDLX makes
successful connection with the web server. After this
method is called, you can send new request to the
server.
|