Skip to content

2.4.0-beta1: Web Service Async Support, No RestSharp, Strong Name

Pre-release
Pre-release
Compare
Choose a tag to compare
@oschwald oschwald released this 10 Sep 17:06
· 639 commits to main since this 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 HttpWebRequest for synchronous HTTP
    requests and HttpClient for asynchronous requests. Microsoft BCL libraries
    are used to provide async/await and HttpClient support on .NET 4.0.
    GitHub #33.
  • The library now has a strong name.