Skip to content

A wrapper around 'System.Net.Http.HttpClient' enhancing AutoRedirect and Cookies. Can be used in all application types.

License

Notifications You must be signed in to change notification settings

ThunderDesign/ThunderDesign.Net-PCL.HttpClientService

Repository files navigation

ThunderDesign.Net-PCL.HttpClientService

CI CD Nuget License Net

A wrapper around 'System.Net.Http.HttpClient' enhancing AutoRedirect and Cookies. Can be used in all application types.


Highlights include:

  • DataObjects
    • ResponseContentData
    • ResponseData
  • EventArgs
    • CookieContainerChangedEventArgs
  • EventHandlers
    • CookieContainerChangedEventHandler
  • Extentions
    • CookieContainerExtention
  • Http
    • HttpClientAutoRedirect
  • Service
    • HttpClientService

Installation

Grab the latest ThunderDesign.Net-PCL.HttpClientService NuGet package and install in your solution.

Install-Package ThunderDesign.Net-PCL.HttpClientService

Use the -version option to specify an older version to install.

Examples

(TIP: Clone repo, open the solution, build it and run sample app.)

Please Contribute!

This is an open source project that welcomes contributions/suggestions/bug reports from those who use it. If you have any ideas on how to improve the library, please post an issue here on GitHub. Please check out the How to Contribute.