whoAmI() public method

public whoAmI ( ) : string
return string
Esempio n. 1
0
		static void Main(string[] args)
		{
			var api = new Vzaar("username", "token");
			Console.WriteLine(api.whoAmI());
		}