Relativity.Transfer.Aspera.AsperaRuntime
class AsperaRuntime
namespace Relativity.Transfer.Aspera
{
internal class AsperaRuntime
{
public AsperaRuntimePaths Paths { get; }
public AsperaRuntime(ITransferLog log);
public void Install(AsperaClientConfiguration configuration);
}
}