Esempio n. 1
0
 public string Fetch(string url, int proxyPort, int timeout) =>
 vgcWeb.Fetch(url, proxyPort, timeout * 1000);
Esempio n. 2
0
 public string Fetch(string url) =>
 vgcWeb.Fetch(url, -1, -1);