Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dotnet-httpclient

How to use ConfigurePrimaryHttpMessageHandler generic

Sending C# object to webapi controller

C# async tasks waiting indefinitely

.NET HttpClient add query string and JSON body to POST

c# dotnet-httpclient

How to configure web proxy for HttpClient created directly via HttpClientFactory?

What is the best way to compress a request to asp.net core 2 site using HttpClient?

HttpClient DelegatingHandler unexpected life cycle

Mock HttpClient using Moq

How-to workaround differences with Uri and encoded URLs in .Net4.0 vs .Net4.5 using HttpClient

How can I specify a connection-only timeout when executing web requests?

How to trigger (NOT avoid!) an HttpClient deadlock

Read headers from HttpResponseMessage before Content is 100% complete

How to compress http request on the fly and without loading compressed buffer in memory

HttpClient pass multiple simple parameters

When consuming RESTful APIs, when do you recommend using RestSharp and when HttpClient?

Azure Functions call http post inside function

How to implement progress reporting for Portable HttpClient

VSO REST API - Getting user profile image only works with basic authentication?

HttpClient doesn't redirect even when AllowAutoRedirect = true

Using HttpClient.GetFromJsonAsync(), how to handle HttpRequestException based on HttpStatusCode without extra SendAsync calls?