There is a remote web server waiting to accept simple HTTP GET traffic and I want to make calls to it from my Netduino Plus 2. I am familar with using WebClient in the .NET Framework, but do not see anything comparable for the Micro Framework.
What is the proper way to just send a GET from a Netduino? I just want to send stuff like
http://192.168.1.1/g...a=1&b=2&c=3&d=4
from the Netduino to my remote web server.
Thanks
.