https://github.com/thunderdesign/thunderdesign.net-pcl.httpclientservice
A wrapper around 'System.Net.Http.HttpClient' enhancing AutoRedirect and Cookies. Can be used in all application types.
https://github.com/thunderdesign/thunderdesign.net-pcl.httpclientservice
c-sharp cross-platform csharp dotnet-core dotnet-framework dotnet-standard httpclient httpmessagehandler mono net pcl-library threading thunderdesign unity visual-studio xamarin-android xamarin-forms xamarin-ios xamarin-mac xamarin-uwp
Last synced: 24 days ago
JSON representation
A wrapper around 'System.Net.Http.HttpClient' enhancing AutoRedirect and Cookies. Can be used in all application types.
- Host: GitHub
- URL: https://github.com/thunderdesign/thunderdesign.net-pcl.httpclientservice
- Owner: ThunderDesign
- License: mit
- Created: 2022-02-17T04:13:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T18:29:20.000Z (about 4 years ago)
- Last Synced: 2025-09-28T01:37:03.637Z (8 months ago)
- Topics: c-sharp, cross-platform, csharp, dotnet-core, dotnet-framework, dotnet-standard, httpclient, httpmessagehandler, mono, net, pcl-library, threading, thunderdesign, unity, visual-studio, xamarin-android, xamarin-forms, xamarin-ios, xamarin-mac, xamarin-uwp
- Language: C#
- Homepage:
- Size: 595 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ThunderDesign.Net-PCL.HttpClientService
[](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/actions/workflows/CI.yml)
[](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/actions/workflows/CD.yml)
[](https://www.nuget.org/packages/ThunderDesign.Net-PCL.HttpClientService)
[](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/blob/main/LICENSE)
[](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/blob/main/README.md)
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](https://www.nuget.org/packages/ThunderDesign.Net-PCL.HttpClientService) package and install in your solution.
> Install-Package ThunderDesign.Net-PCL.HttpClientService
Use the `-version` option to specify an [older version](https://www.nuget.org/packages/ThunderDesign.Net-PCL.HttpClientService#versions-tab) to install.
## Examples
*(TIP: Clone repo, open the solution, build it and run sample app.)*
- Xamarin
- [SimpleHttpClient Example](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/tree/main/samples/Xamarin/SimpleHttpClient)
## 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](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/issues). Please check out the [How to Contribute](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/blob/main/.github/CONTRIBUTING.md).