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 connectionidID of the connection to set the timeout for
INTEGER timeoutThe timeout in milliseconds (-1 = no timeout)