Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dotnet-httpclient

How to pass in a mocked HttpClient in a .NET test?

How does one configure HttpClient not to automatically redirect when it receives a 301 HTTP Status Code?

Retrying HttpClient Unsuccessful Requests

HttpClientFactory.Create vs new HttpClient

ASP.NET WebApi: how to perform a multipart post with file upload using WebApi HttpClient

C# HttpClient An existing connection was forcibly closed by the remote host

Trying to run multiple HTTP requests in parallel, but being limited by Windows (registry)

Add client certificate to .NET Core HttpClient

Is it possible to access the compressed data before decompression in HttpClient?

PATCH Async requests with Windows.Web.Http.HttpClient class

How to post data using HttpClient?

Deserialize JSON to Array or List with HTTPClient .ReadAsAsync using .NET 4.0 Task pattern

HttpClient single instance with different authentication headers

Adding HttpClient headers generates a FormatException with some values

How do I get StatusCode from HttpRequestException?

Async call with await in HttpClient never returns

Struggling trying to get cookie out of response with HttpClient in .net 4.5

How do I pass an object to HttpClient.PostAsync and serialize as a JSON body?

c# json dotnet-httpclient

Is async HttpClient from .Net 4.5 a bad choice for intensive load applications?

Strange issue with System.Net.Http 4.2.0.0 not found