Connect
Previous  Next

Connects to a server.
This method will block until the connection is established.
Syntax: Connect (IP As String, Port As Int32)

IP - Formatted as "xxx.xxx.xxx.xxx"
Port - The same port number the server listens to.
You can find the IP address of a host using GetIP method.

Example:
Client.Connect ("192.168.1.100",50000)