Hello, It's been a while since I was the maintainer of the .NET client library, but it sounds like what you're suggesting makes sense (especially if it's working as expected in your locally patched version).
Could you please summarize the issue and your workaround and post about it in the Issue Tracker at http://code.google.com/p/google-api-adwords-dotnet/issues/list The client library's current maintainer will look into whether it makes sense to add that as an official change. Cheers, -Jeff Posnick, AdWords API Team On Nov 13, 5:19 pm, crozzer <[EMAIL PROTECTED]> wrote: > Umm, okay, I'm hoping someone tells me I was using this wrong. > In the meantime, I've updated my local copy of AdWordsUser.cs as > follows > > 159: foreach (DictionaryEntry entry in headers) > this.headers.Add(entry.Key, entry.Value); > > Which is intended to copy the values from the "headers" parameter into > this.headers. > Which, I think, was the point of this function in the first place. > > .... Which if I'm right would suggest that the default constructor > should be modified to the following PSEUDO-CODE: > AdWordsUser() > { > Get headers from config > Call AdWordsUser(headers) > } > > Again, if I am mis-using this library, please let me know. Otherwise, > please comment on my suggestion. > Thoughts? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" 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/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---
