Aspera.Transfer.Environment
namespace Aspera.Transfer
{
public class Environment
{
public static string getFaspScpPath();
public static Version getFaspVersion();
public static string getPortFilePath();
public static void setFaspScpPath(string faspScpPath);
public static void setManagementPort(int mgmtPort);
public static int getManagementPort();
public Environment();
}
}