Search code examples
Unit test HttpClient with Polly...

c#unit-testingdotnet-httpclientpollyretry-logic

Read More
Retry multiple times when http request times out using polly c#...

c#asp.net-mvcdotnet-httpclientconnection-timeoutpolly

Read More
Get the full URI within a Polly retry attempt?...

c#.net-coredotnet-httpclientpollyretry-logic

Read More
Injected HttpClient ignores IHttpClientFactory configuration...

c#dependency-injectiondotnet-httpclientpolly

Read More
Can the httpclient factory wire up be re-used...

c#asp.net-core.net-coredotnet-httpclientpolly

Read More
Polly patterns in C# for a workflow?...

c#dotnet-httpclientfallbackpollyretry-logic

Read More
Polly Bulkhead unexpected behavior when using in ASP.NET Core...

javascriptc#asp.netdotnet-httpclientpolly

Read More
how to re-try request for 401 along with TransientHttpError ( 5XX and 408)...

c#asp.net-coredotnet-httpclientpollyretry-logic

Read More
unable to make httpclientfactory working from a .net framework 4.7.2 winform project...

vb.netdotnet-httpclientpolly.net-4.7.2ihttpclientfactory

Read More
Given a path to a file assosiated with a github release how can I download it in c#...

c#.netgithubdotnet-httpclient

Read More
How do you get a new authentication token with a Typed Client in Polly?...

c#asp.net-coredotnet-httpclientrefresh-tokenpolly

Read More
Override Host in HttpClient...

c#dotnet-httpclient

Read More
After a 500 response no requests are sent again until process is restarted...

c#.netdotnet-httpclientpollyretry-logic

Read More
Reduce memory footprint while downloading a file with HTTPCLient...

c#.netasync-awaitstreamdotnet-httpclient

Read More
Reuse httpClient created via the HttpClientFactory in different methods of the same class? (C# / .NE...

c#asp.net-coredotnet-httpclienthttpclientfactory

Read More
IHttpClient Polly Timeout and WaitAndRetry policy when handling concurrent http requests Clarificati...

c#timeoutdotnet-httpclientpollyretry-logic

Read More
Polly won't throw on some exceptions?...

c#asp.net-core.net-coredotnet-httpclientpolly

Read More
Polly does not timeout...

c#timeoutdotnet-httpclientpollyretry-logic

Read More
Cannot make Polly Timeout Policy override the HttpClient default timeout...

c#.net-coredotnet-httpclientpollyretry-logic

Read More
Polly + API Services That Return Errors as Results...

c#.netasp.net-coredotnet-httpclientpolly

Read More
What is the lifetime of a typed HttpClient instance from IHttpClientFactory where the type that will...

c#.netdependency-injectiondotnet-httpclienthttpclientfactory

Read More
Polly retry request with different request-body...

c#dotnet-httpclientpollyretry-logichttpclientfactory

Read More
Polly: how to combine TimeoutPolicy and RetryPolicy to request a Func...

c#timeoutdotnet-httpclientpollyretry-logic

Read More
Polly retry with different url...

c#asp.net-coredotnet-httpclientpollyretry-logic

Read More
Polly HandleTransientHttpError not catching HttpRequestException...

c#dotnet-httpclientasp.net-core-2.1pollyretry-logic

Read More
Catching the last exception in Polly in .Net Core?...

c#.net-coredotnet-httpclientpollyretry-logic

Read More
Pass ILogger<T> to Polly retry policy without HttpRequestMessage...

c#dotnet-httpclientpollyilogger

Read More
Polly log all requests with URL, Headers, Content and Response...

c#.net-coredotnet-httpclientpollyretry-logic

Read More
Polly Retry - Pass all execution until a retry is successful...

c#semaphoredotnet-httpclientpollycircuit-breaker

Read More
get oath2 token with client credentials...

c#asp.net-coredotnet-httpclient

Read More
BackNext