Exemplo n.º 1
0
 /// <summary>
 /// Dispose of all the connections.
 /// </summary>
 public void Dispose()
 {
     tcpClient.Dispose();
     dataConnection.Close();
 }