ClientObject:connect

Connect to a server.

Function

Synopsis

clientobject:connect(host, port, dns)

Arguments

string host
The host to connect to.
number port
The port to connect to on the host.
string dns
Specifies if the host is a name or an IP (If its a hostname, Then do a DNS lookup).

Returns

Nothing.

See Also

Other Languages