GetSocketTimeout (open)
Get the timeout used for sending and receiving calls
Syntax
LOADLIB "wh::internet/tcpip.whlib";
INTEGER FUNCTION GetSocketTimeout(INTEGER connectionid)Parameters
INTEGER connectionidID of the connection to get the timeout for
Return value
INTEGERThe timeout in milliseconds (-1 = no timeout or no socket)