See below:

>                     this.request = new DocumentsRequest(settings);

 GDataRequestFactory gdrf = request.Service.RequestFactory as
GDataRequestFactory;
 gdrf.Proxy = yourwebproxyobjct;

>                     this.Text = "Successfully logged in";
>
>                     Feed<Document> feed = this.request.GetEverything
> ();
>                     // this takes care of paging the results in
>                     foreach (Document entry in feed.Entries)
>                     {
>                         all.Add(entry);
>                     }


    fabrizio

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com
To unsubscribe from this group, send email to 
google-docs-data-apis+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to