Example #1
0
 public string Search(string query, int start, int proxyPort) =>
 vgcWeb.Search(query, 0, proxyPort, 20 * 1000);
Example #2
0
 public string Search(string keywords, int first, int proxyPort) =>
 vgcWeb.Search(keywords, first, proxyPort, 20 * 1000);