TIpClient() > Communication |
Reads data from the internet connection.
:read( <nBytes> ) --> cData
Method :read() transmits the specified number of bytes from the server to the local station and returns the data as a character string. Note that reading data requires a successful call to the :open() method for establishing the internet connection.
http://www.xHarbour.com