joeasher / gdocbackup

Automatically exported from code.google.com/p/gdocbackup
1 stars 0 forks source link

GDocBackup for Google Apps: add http proxy support #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
TODO

Original issue reported on code.google.com by fht...@gmail.com on 29 Aug 2011 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by fht...@gmail.com on 29 Aug 2011 at 5:41

GoogleCodeExporter commented 9 years ago
AppsService appsServ = ....
GDataGAuthRequestFactory xyz = appsServ.CreateRequestFactory() as 
GDataGAuthRequestFactory;
xyz.Proxy = Utility.GetProxy(....);

Original comment by fht...@gmail.com on 29 Aug 2011 at 7:57

GoogleCodeExporter commented 9 years ago

Original comment by fht...@gmail.com on 3 Sep 2011 at 1:33