TCPListener.this

Instantiate a TCPListener object.

struct TCPListener(API)
package
this
(
string host
,
ushort port
)

Parameters

host string

The hostname to connect to.

port ushort

The port number of the host to connect to.

Meta