Skip to content

ModernHttpClient 2.4.1

Compare
Choose a tag to compare
@anaisbetts anaisbetts released this 08 May 17:35
· 22 commits to master since this release

What's New

Better handling of network errors on iOS (#148, thanks @Tableau-David-Potter!)

  • Add CFNetworkErrors enum missing from Xamarin package.
  • Add NSUrlErrorExtended enum with values missing from Xamarin package.
  • Include an NSErrorException as the inner exception so that the client of the library can troubleshoot issues.
  • Always generate a WebException from the NSError - even if the status is unknown - so that it can be caught by the client.