One of our customers, the Fiat Group, had an problem using our C# SDK with proxy server authentication so added the following:
string [] saByPassList = null;
System.Net.WebProxy myProxy = new System.Net.WebProxy(strProxy, true, saByPassList, System.Net.CredentialCache.DefaultCredentials);
