ShutdownSocket (open)
Shutdown a TCP socket (it will still need a CloseSocket call)
Syntax
LOADLIB "wh::internet/tcpip.whlib";
MACRO ShutdownSocket(INTEGER connectionid, BOOLEAN shutdownread, BOOLEAN shutdownwrite)
Parameters
INTEGER connectionid
ID of connection to close (will be invalid after the close)
BOOLEAN shutdownread
True to shutdown reading
BOOLEAN shutdownwrite
True to shutdown writing