Hi,

I am getting this exception at setUserCredentials(..) line. Actually i
am behind a proxy. For that i am trying to set proxy settings like...

Properties systemSettings = System.getProperties();
        System.getProperties().put( "proxySet", "true" );
        systemSettings.put("http.proxyHost", "??????");
        systemSettings.put("http.proxyPort", "80");
        System.setProperties(systemSettings);

What is the correct values for http.proxyHost and http.proxyPort ?
Where can i found those values? Does this settings solve my problem???

Thanks inadvance...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Contacts API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to