Beispiel #1
0
 public HttpWorker(string url, responseCallback cb)
 {
     this.requestURL = url;
     this.aCb        = cb;
 }
Beispiel #2
0
 public HttpWorker(string url , responseCallback cb)
 {
     this.requestURL = url;
     this.aCb = cb;
 }