2024 04 06 20 25 25 netduino is dead   Buscar con Google y 5 páginas más   Personal  Microsoft​ Edge

Envio http post a url’s desde netduino

Un ejemplo de  código para enviar  request   desde Netduino a url usando post:     private static string pMessage; public static ManualResetEvent allDone = new ManualResetEvent(false); private void Form1_Load(object sender, EventArgs e) { try { //string serviceURL = «http://localhost:52976/SL2Astoria_Web/WebDataService.svc/Products/»; string serviceURL = «http://localhost:52895/Service1.asmx/Service1»; pMessage = «{» + Environment.NewLine; pMessage += «ProductName=\»zone\»» + Environment.NewLine; pMessage…

LEER MAS