WINSOCK RECONNECT
If you want to reuse a disconnected channel then you can use WINSOCK RECONNECT.
The channel has to be disconnected and use TCP or your application will crash.
If you want to connect to a different host then you can specify it using WINSOCK SET CHANNEL TARGET.
SYNTAX
WINSOCK RECONNECT disconnected_tcp_channel as Dword
RELATED INFO
WINSOCK command menu
Index
EXAMPLE
Showcase-example 1
Showcase-example 2