Exemple #1
0
 static void Main(string[] args)
 {
     //var t = new MailRuCloudApi(new WebProxy("localhost", 8888));
     var t = new MailRuCloudApi();
     var s = t.Auth("***@mail.ru", "****");
     var k = t.Test();
 }
        public void MailRuCloudApiTest()
        {
            try
            {
                var t = new MailRuCloudApi();
                var s = t.DispatcherM();

                Assert.Fail(s);
            }
            catch (Exception e)
            {
                Assert.Fail(e.ToString());
            }
        }