SetSocketTimeout (open)
Set the timeout used for sending and receiving calls
Syntax
LOADLIB "wh::internet/tcpip.whlib";
MACRO SetSocketTimeout(INTEGER connectionid, INTEGER timeout)
Parameters
INTEGER connectionid
ID of the connection to set the timeout for
INTEGER timeout
The timeout in milliseconds (-1 = no timeout)