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 connectionidID of connection to close (will be invalid after the close)
BOOLEAN shutdownreadTrue to shutdown reading
BOOLEAN shutdownwriteTrue to shutdown writing