New2
Previous  Next

Initializes a Server object.
The server will listen to the specific IP address and the specific port.
Syntax: New2 (IP As String, Port As Int32)

Example:
server.New2 ("192.168.1.100",50000)