Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in httpclientfactory

Mocking a HttpClient handler when injected by IHttpClientFactory

IHttpClientFactory for full framework (4.7) and IoC

ASP.NET Core with HttpClientFactory : best practice?

IHttpClientFactory, SetBearerToken(), AddHttpClient<>, and "You're using HttpClient wrong"

An unhandled exception was thrown by the application. System.ArgumentNullException: Value cannot be null. (Parameter 'uriString')

How to register a Typed HttpClient in a ASP.NET Core 2.1 application

How to Mock GetDiscoveryDocumentAsync When Unit Testing HttpClient?

Reuse httpClient created via the HttpClientFactory in different methods of the same class? (C# / .NET)

When injecting service with IHttpFactory the constructor could not be located in Blazor server

Mocking an HttpClient created using IHttpClientFactory.CreateClient

How to configure HttpClient base address in Blazor Server using IHttpClientFactory

Why HttpClient does not hold the base address even when it`s set in Startup

Authentication per request using HttpClientFactory .net Core 2.1

How to define a HttpClientHandler for named HttpClient using HttpClientFactory

ASP.NET Core 2 get cookies from HttpResponseMessage

Do pooled HttpClient instances keep the CookieContainer?

What is the difference between AddTransientHttpErrorPolicy and AddPolicyHandler?

Is it safe to use HttpClientFactory?

Create default HttpClientFactory for integration test