Exemplo n.º 1
0
 protected ClientBase(IPAddress ip, int port)
 {
     client = new HttpClient3(ip, port);
 }
Exemplo n.º 2
0
 protected ClientBase(IPEndPoint ipEndPoint)
 {
     client = new HttpClient3(ipEndPoint);
 }