connect method

dynamic connect()

Connects the agent to the server.

Implementation

connect() {
  socket.connect();
}