Softeq / XToolkit.WhiteLabel

Modular MVVM framework for fast creating powerful cross-platform applications with Xamarin & .NET for Mobile
https://softeq.github.io/XToolkit.WhiteLabel/
MIT License
25 stars 5 forks source link

Implemented differents methods for creating and caching HttpMessageHandler #527

Closed dimysa closed 1 year ago

dimysa commented 1 year ago

Description

Now, if we go in to get a new HttpMessageHandler for another HttpClient, we get the same HttpMessageHandler. And if HttpClient is disposed, then HttpMessageHandler will also be disposed, which will make other HttpClients not work

API Changes

Added:

Changed:

Platforms Affected

Behavioral/Visual Changes

None

Before/After Screenshots

Not applicable

PR Checklist