Description
-
Disconnects from remote server.
Return Type
-
None
Syntax
-
object.Disconnect
The Disconnect Method syntax has these parts:
| object |
An expression
evaluating to an object of type wodHttpDLX. |
Remarks
-
When connected to a server, the Disconnect method simply
disconnects. Upon disconnection, the control fires the
Disconnected
event.
If the Connect method was not issued manually, then
please do not use this method directly. If the wodHttpDLX
control has automatically connected to a server for any
issued request, it will automatically disconnect.
|