Hi Pete,
It seems like this issue might have been resolved through discussions
about ClientLogin on this other thread:
http://groups.google.com/group/Google-Base-data-API/browse_thread/thread/f9c0809ef3c8ff75
It does look like the .NET autogenerated docs could be more
informative, so it might be worth while to post this feedback on the
dotnet library discussion group:
gdat...@googlegroups.com
Happy coding,
Jeff
On Jan 23, 11:26 am, RemotePortal <Pete...@gmail.com> wrote:
I'm trying to turn on wire logging using the
GDataLoggingRequestFactory class on the logging example page. But, I
don't know what the two constructor parameters mean. I go here:
http://code.google.com/apis/gdata/csdoc/Google.GData.GoogleBase.html
and find that this is the constructor signature:
public GDataLoggingRequestFactory(
string service,
string applicationName
);
But that's *it*. No other description, no examples, no help.
Is anyone else frustrated like me?