History |
Read (socket connections)
Minimum version: 4.0
Purpose
Receives data from a remote host through an Internet socket connection. To access the data, use Socket.Data.
Syntax
Socket.Read (Timeout)
Example
Dim sockme as Socket
sockme.Read (60)
| ||||