Ejemplo n.º 1
0
 public TLSHttpClient(int Port)
 {
     this.GoHandler = new GoHandler(Port);
 }
Ejemplo n.º 2
0
 public TLSHttpClient(GoHandler Handler)
 {
     this.GoHandler = Handler;
 }