SocketClient.this

Creates a new tcp client.

class SocketClient(T)
this
(,
TCPConnection connection
)

Parameters

server SocketServer!T

The server.

connection TCPConnection

The low-level tcp connection.

Meta