WINSOCK SET CHANNEL TARGET
You can set a new remote host for your channel, if and only if, your channel has no open connection (if its TCP). You can use it for both protocol types, TCP and UDP. After having set a new remote host and port, you can use reconnect (if using TCP) or just send your data (if using UDP).

SYNTAX
WINSOCK SET CHANNEL TARGET disconnected_channel as Dword, host_name as String, host_port as Integer

RELATED INFO
WINSOCK command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2