C# Class MegaApi.MakeCommand

ファイルを表示 Open project: redwyre/MegaApi

Public Methods

Method Description
GetUserDetails ( ) : Command
Login ( string user, string hash, uint passwordKey ) : Command

Method Details

GetUserDetails() public static method

public static GetUserDetails ( ) : Command
return Command

Login() public static method

public static Login ( string user, string hash, uint passwordKey ) : Command
user string
hash string
passwordKey uint
return Command