WINSOCK DISCONNECT
Disconnects a channel that has an open TCP connection. It must be a connected channel with TCP or your applicatioon will crash.
If you want to reuse the channel then you can use WINSOCK RECONNECT after disconnecting it.
If you want to delete the channel completely then you may do so after disconnecting it.
Other procedure will most probably lead to mispredictable program behaviour or crashes (or assertion messages if using debug dll).
SYNTAX
WINSOCK DISCONNECT open_tcp_channel as Dword
RELATED INFO
WINSOCK command menu
Index
EXAMPLE
Showcase-example 1
Showcase-example 2