I am making calls to a WEB API using RESTSHARP and they work fine. However, the Initial call to the API (regardless of what call it is) can sometimes take up to 10 seconds t
Tried to get rid of the auto configuration to look for a proxy server with this
System.Net.WebRequest.DefaultWebProxy = null;