Пример #1
0
 public void a(string A_0, ea.b A_1)
 {
     if (!this.d())
     {
         this.a = ea.a.b;
         this.d = A_1;
         this.e = A_0;
         this.c = false;
         PluginCore.cq.n.a("HTTP GET: " + A_0, e8.f);
         this.g.d();
         this.h = new ThreadStart(this.a);
         this.i = new Thread(this.h);
         this.i.Start();
     }
 }
Пример #2
0
 public void a(string A_0, string A_1, ea.b A_2)
 {
     if (!this.d())
     {
         this.a = ea.a.a;
         this.d = A_2;
         this.e = A_0;
         this.f = A_1;
         this.c = false;
         PluginCore.cq.n.a("HTTP POST: " + A_0, e8.f);
         PluginCore.cq.n.a("POSTDATA: " + A_1, e8.f);
         this.g.d();
         this.h = new ThreadStart(this.a);
         this.i = new Thread(this.h);
         this.i.Start();
     }
 }