CloseSocket (open)
Close a TCP/IP socket and free its associated data
Syntax
LOADLIB "wh::internet/tcpip.whlib";
MACRO CloseSocket(INTEGER connectionid)Parameters
INTEGER connectionidID of connection to close (will be invalid after the close)
Close a TCP/IP socket and free its associated data
LOADLIB "wh::internet/tcpip.whlib";
MACRO CloseSocket(INTEGER connectionid)INTEGER connectionidID of connection to close (will be invalid after the close)