@i2infinity
Your bingContainer.Web method should look similar to this:
var webQuery = bingContainer.Web("XBox",
"",
"",
"en-US",
"Moderate", 0, 0,
"");
After processing the line above, examine the property:
[System.Data.Services.Client.DataServiceQuery<Bing.WebResult>.DataServiceOrderedQuery]
...to review the results returned.
Thanks
Lester