Friday 14 June 2019

MVC - Web Service - Increase time limit on response from a web service


Watch this example on YouTube

  

            localhost.WebService1 test = new localhost.WebService1();
            test.Timeout = 4000;
            var res = test.TestMethod("Some String");

            return View();

No comments:

Post a Comment