RehanSaeed/HttpClientSample

Query : Is it possible to use HTTPClientFactory in ASP.NET core 2.0 ?

Closed this issue · 2 comments

Read your blog post on using HTTPClientFactory in ASP.NET core 2.1 , Is it possible to use HTTPClientFactory in ASP.NET core 2.0 ?.

@madhub Hi, yes it can. The types live here which targets netstandard1.6, which will work with .NET Core 2.0. I've tried this sample downgraded and it works.

@slang25 Interesting, thats pretty cool.