Пример #1
0
 public void EasyClient()
 {
     var client = new EasyClient("http://localhost:8080");
     client.Invoke("HelloWorld", "Alex");
 }