servicepoint Questions

1

Solved

I have a dotnet framework application which performs POST api requests to a remote server running Apache. It intermittently fails with the error: The underlying connection was closed: A connection ...
Andros asked 3/1, 2021 at 22:59

3

Solved

I am working on an ASP.NET Core 2.0 API and my API needs to make calls to another, 3rd party, REST API to upload and retrieve files and get file lists and status information. I will be hosting the ...

3

Solved

I'm rewriting some web handling code in WinForms and switching from HttpWebRequest to HttpClient. There's one last thing I require that I cannot seem to find out how to accomplish. In HttpWebReque...
Gorgeous asked 14/7, 2017 at 6:12

1

Solved

We are using HttpClient to send requests to remote Web API in parallel: public async Task<HttpResponseMessage> PostAsync(HttpRequestInfo httpRequestInfo) { using (var httpClient = new HttpC...
Emphasize asked 17/3, 2015 at 10:18

1

Solved

I'm working on resolving this bug: https://github.com/openstacknetsdk/openstack.net/issues/333 The issue involves a ProtocolViolationException with the following message: Chunked encoding uploa...
Scowl asked 9/4, 2014 at 20:22

1

Why System.Net.ServicePoint.ConnectionLimit uses '7FFFFFFF' (Int32.MaxValue/2147483647) when a client connects to a service on 'localhost', whereas it decide to use '2' as default if the service is...
Mig asked 8/4, 2014 at 7:35

3

Solved

I have an ASP.NET 3.5 server application written in C#. It makes outbound requests to a REST API using HttpWebRequest and HttpWebResponse. I have setup a test application to send these requests on...
Batrachian asked 3/4, 2012 at 16:4

3

Solved

I am working on a link checker, in general I can perform HEAD requests, however some sites seem to disable this verb, so on failure I need to also perform a GET request (to double check the link is...
Nitrification asked 25/5, 2012 at 3:24

1

Solved

When would you need to adjust these two settings (below)? And what do these two numbers mean for HttpWebRequest instances that I make? System.Net.ServicePointManager.DefaultConnectionLimit System...
Tail asked 29/7, 2010 at 13:49
1

© 2022 - 2024 — McMap. All rights reserved.