Search code examples
Do HttpClient and HttpClientHandler have to be disposed between requests?...

c#.net-4.5idisposableusingdotnet-httpclient

Read More
Blazor WASM - Controller not found when making a PostAsJsonAsync Request...

c#blazorblazor-webassemblydotnet-httpclient

Read More
AddHttpClient<T> configureClient method is not executing...

c#dependency-injectiondotnet-httpclientservice-provider

Read More
Post request to Minimal API service with JSON body...

c#json.netdotnet-httpclientminimal-apis

Read More
Using Moq to test HttpClient RequestClientCredentialsTokenAsync...

c#httpmoqdotnet-httpclientidentitymodel

Read More
Should I pass the full URL or just the domain to ServicePointManager.FindServicePoint()?...

c#httpdotnet-httpclient.net-4.7.2

Read More
HttpClient error in Web Forms. The remote certificate is invalid according to the validation procedu...

c#dotnet-httpclient

Read More
C# HttpClient PostAsync blocks forever...

c#async-awaitdotnet-httpclient

Read More
RestSharp - How to return data from API to View...

c#.netasp.net-mvcdotnet-httpclientrestsharp

Read More
How to split an HTTP Request Body in two parts?...

c#restdotnet-httpclientmultipart

Read More
Why doesn't System.Net.Http.HttpClientFactory implement System.Net.Http.IHttpClientFactory?...

dotnet-httpclient.net-4.7.2ihttpclientfactory

Read More
Can you create HttpClient read-only property and re-use it in your methods?...

blazorblazor-server-sideblazor-webassemblydotnet-httpclienthttpclientfactory

Read More
Get the value of download progress when using HttpClient in WPF...

c#dotnet-httpclient

Read More
HttpClient and HttpclientHandler Dispose or not dispose, that is the question...

c#.net-6.0dotnet-httpclientdispose

Read More
HttpClient.SendAsync processes two requests at a time when the limit is higher...

c#multithreadingasync-awaitdotnet-httpclientproducer-consumer

Read More
How to return PDF content from another HttpResponseMessage to the browser?...

c#azurepdfdotnet-httpclienthttp-proxy

Read More
Moving from HttpWebRequest to HttpClient...

c#.nethttpwebrequestdotnet-httpclient

Read More
How to Refresh a token using IHttpClientFactory...

c#asp.net-coredotnet-httpclientappsettingshttpclientfactory

Read More
IIS serves a compressed (gzip) response to Chrome Postman but not to .NET HttpClient...

iis-7.5asp.net-web-api2dotnet-httpclient

Read More
TaskCanceledException not being caught when using httpclient with polly policy...

c#.net-6.0dotnet-httpclientpollyretry-logic

Read More
HttpClientHandler / The request was aborted: Could not create SSL/TLS secure channel...

c#sslhttpwebrequesthttpwebresponsedotnet-httpclient

Read More
Integrating the data from third parties API to a local database using .NET Core...

web-services.net-corerepositorydotnet-httpclient

Read More
C# HTTP GET returns 404 Not Found...

c#.nethttphttp-status-code-404dotnet-httpclient

Read More
The input stream is not a valid binary format...

c#serializationdotnet-httpclientwebapi.net-4.8

Read More
Is it possible to call async method in Blazor WASM when configuring named HttpClient?...

c#blazor-webassemblydotnet-httpclient

Read More
HttpClient Not Saving Cookies...

c#dotnet-httpclient

Read More
Can't get any cookies with C# HttpClient...

c#cookiesspotifydotnet-httpclientcookiecontainer

Read More
HttpClient on WebApi is extremely slow...

c#asp.netasp.net-web-apidotnet-httpclientasp.net-web-api-routing

Read More
Polly does not retry even though an exception is caught...

c#timeoutdotnet-httpclientpollyretry-logic

Read More
Which is correct way of using MaxConnectionsPerServer in HttpClientHandler?...

.netasp.net-coredotnet-httpclient

Read More
BackNext