Example #1
0
 public void Connect(string host, int port)
 {
     ClientSocket = this.clientSocketBuilder.Build();
     ClientSocket.connect(host, port);
 }