Hello, I'm trying to learn how to use the API with a C# Client. I'm able to make a API request, using a web browser, but can someone, give me an example in C#. So if I wanted to use this example: Make a call to get system information, which returns the IP address, hostname, and model of your firewall. 'https:// firewall //api/?type=op&cmd=<show><system><info></info></system></show>&key= apikey response status="success"> <result> <system> <hostname>firewall</hostname> <ip-address>10.27.0.8</ip-address> I'd like to get this back into a form textbox, or a label. This will help me to learn how to use this API and Web Requests. Thanks, -Troy
... View more