Beispiel #1
0
 protected ClientBase(IPAddress ip, int port)
 {
     client = new HttpClient3(ip, port);
 }
Beispiel #2
0
 protected ClientBase(IPEndPoint ipEndPoint)
 {
     client = new HttpClient3(ipEndPoint);
 }