Back to product page

Connected method


Called when wodHttpDLX connects to the server.

Type

None

Syntax

  • Basic
object.Connected Owner
The Connected(object,Owner) syntax has these parts:
objectAn expression evaluating to an object of type wodHttpNotify.
OwnerRequired. 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.

Platforms

Windows