You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhances AutoRedirect and Cookies from the standard 'System.Net.Http.HttpClient'
8
+
A wrapper around 'System.Net.Http.HttpClient' enhancing AutoRedirect and Cookies. Can be used in all application types.
9
+
10
+
----
11
+
12
+
### Highlights include:
13
+
14
+
- DataObjects
15
+
- ResponseContentData
16
+
- ResponseData
17
+
- EventArgs
18
+
- CookieContainerChangedEventArgs
19
+
- EventHandlers
20
+
- CookieContainerChangedEventHandler
21
+
- Extentions
22
+
- CookieContainerExtention
23
+
- Http
24
+
- HttpClientAutoRedirect
25
+
- Service
26
+
- HttpClientService
27
+
----
28
+
29
+
## Installation
30
+
31
+
Grab the latest [ThunderDesign.Net-PCL.HttpClientService NuGet](https://www.nuget.org/packages/ThunderDesign.Net-PCL.HttpClientService) package and install in your solution.
Use the `-version` option to specify an [older version](https://www.nuget.org/packages/ThunderDesign.Net-PCL.HttpClientService#versions-tab) to install.
36
+
37
+
## Please Contribute!
38
+
39
+
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).
0 commit comments