TIpClient() > Communication |
Opens the internet connection.
:open( [<cUrl>] ) --> lSuccess
Method :open() establishes a connection to the internet server specified with the URL. The function returns .T. (true) when the connection is successfully established, otherwise .F. (false) is returned. When the connection is opened, data can be transmitted using read and write methods.
http://www.xHarbour.com