Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dotnet-httpclient

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

How to get content body from a httpclient call?

c# dotnet-httpclient

C# HttpClient 4.5 multipart/form-data upload

How can I tell when HttpClient has timed out?

What is the overhead of creating a new HttpClient per call in a WebAPI client?

Is HttpClient safe to use concurrently?

Make Https call using HttpClient