2.4.0-beta1: Web Service Async Support, No RestSharp, Strong Name
Pre-release
Pre-release
- Async support was added to the
WebServiceClient. Each web-service end
point now has a corresponding *Async(ip)` method. GitHub #1. - Use of RestSharp was replaced by
HttpWebRequestfor synchronous HTTP
requests andHttpClientfor asynchronous requests. Microsoft BCL libraries
are used to provideasync/awaitandHttpClientsupport on .NET 4.0.
GitHub #33. - The library now has a strong name.