Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in httpclientfactory

Cannot get Polly retry Http calls when given exceptions are raised

What is the lifetime of a typed HttpClient instance from IHttpClientFactory where the type that will receive it is registered as "AddScoped"?

Polly retry request with different request-body

How do you pass a logger using HttpClientFactory and a PolicyRegistry?

c# polly httpclientfactory

Long lived HttpClient created by HttpClientFactory

What's the conventional way to use `IHttpClientFactory` in F#?

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