Connecting to a Project

Use sample .Net code to connect to a project.

  1. Get the project:
    NetEspProject project = server.get_project(“test”, “test”, error);
  2. Connect to the project:
    project.connect(error);