Beispiel #1
0
 /// <summary>
 /// BingAutoSuggest constructor. Creates a new <see cref="BingWebRequest"/> object
 /// </summary>
 public BingAutoSuggest()
 {
     _webRequest = new BingWebRequest("API_KEY_HERE");
 }
 /// <summary>
 /// BingSearch constructor. Creates a new <see cref="BingWebRequest"/> with an API key
 /// </summary>
 public BingSearch()
 {
     _webRequest = new BingWebRequest("API_KEY_HERE");
 }