Exemple #1
0
 public DefaultHttpRequestWrapper(WebClientWithTimeout client, string path)
 {
     this.method           = HttpMethod.Get;
     httpWebRequestWrapper = HttpWebRequestWrapper.Create(client, path);
 }