Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dotnet-httpclient

HttpClient - Request was canceled - Timeout of 100 seconds elapsing

Cancel multiple HttpClient calls using CancellationToken and Ctrl+C

c# .net dotnet-httpclient

{System.Net.Sockets.SocketException (10054): An existing connection was forcibly closed by the remote host.} C#

SendAsync not called while mocking HttpMessageHandler

In C#, can I set some httpclienthandler properties in Restsharp?

Azure Function - Getting SocketException with HttpClient

Unexplained timeouts and delays on getting the response from HttpClient SendAsync requests

HttpClient System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized)

Sharepoint 2013 REST API call using C#

Creating PEM certificates in .NET Framework 4.8

Make HttpClient use app.config defaultProxy

Implement a custom message handler to log the response time HttpClient .net 5

Getting server error 500, 'Internal Server Error', but works fine on Postman, using httpclient in C#

C# Unable to connect to remote server (WebException, SocketException)

Polly retry request with different request-body

HttpClient has disconnected. Attempted to read past the end of the stream

HttpClient Post request with Json body

HttpClient.PostAsync() method is hanging forever in C# xUnt test

Handle cancelled task and task exceptions in Task.WaitAll?