Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dotnet-httpclient

C# HttpClient - can I force close the connection?

c# iis dotnet-httpclient

Unsupported Media Type with HttpClient / .NET Core

How to use HttpClient to send a Request from a specific IP address? C#

System.Net.Http.HttpRequestException: Cannot assign requested address - error while communicating between 2 .net core web apps in localhost

HttpClient authentication header not getting sent

How to log outgoing HttpClient request?

http clients that dont throw on error

c# dotnet-httpclient

Create a folder in SP2013 using REST and HTTPClient

windows.web.http and ByteArray

How to post XML data via HTTP POST method in windows store apps?

Paralell.ForEach with HttpClient and ContinueWith

Deserializing a dictionary key from json to an enum in .net [duplicate]

Issue creating HttpClient helper method

c# dotnet-httpclient

HttpClient GetAsync ThreadPool Starvation

Thread was aborted issue in httpClient.PostAsync

c# dotnet-httpclient

Is it fine to use one HttpClient instance for each host my application needs to talk to?

IHttpClientFactory and changing the base HttpClient.BaseAddress

preparing Json Object for HttpClient Post method

Make an Http request through a Lambda Func