how to call PHP api from C# (simple examle)
- by Ole Jak
So I need a eary bacik interaction example of C# client using PHP server. I want to see a simple php API conteining 2 methos sum(a, b):c and echo(string):string and a simple C# client able to use that methods. How to do such thing?