Easy Projects Logo

Easy Projects

application programming interface

Easy Projects .NET HTTP Client Written on September 30, 2011, by .

Easy Projects .NET HttpClient is an open source library that contains the necessary proxi classes and auxiliary utilities, which, on the whole, makes it simpler to develop applications that use Easy Projects .NET API. The library includes an Http client to allow constructing API queries. Here’s an example code: using (var client = new HttpClient(Global.BaseAddress, true, […]

Easy Projects .NET Timer Written on September 30, 2011, by .

Timer is an Easy Projects .NET API demo application. The application is develoved based on Easy Projects .NET HTTP Client. Download