KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
30 stars 11 forks source link

Implement Ihttpclientfactory #35

Closed Shivansps closed 11 months ago

Shivansps commented 11 months ago

The http client factory is the recomended method to get HttpClients instead of just instantiate a new instance of HttpClient and having to dispose it after using it.