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
-~----------~----~----~----~------~----~------~--~---