Skip to navigation
Make a simple blocking webrequest with c#
14.03.23
var url = "http://192.168.71.215:8000?xml="+parameter; var web = new WebClient(); string data = web.DownloadString(url);
https://www.techiedelight.com/make-http-web-get-request-csharp/
Reply
Anonymous
Information Epoch 1732442355
Using text data files.
Home
Notebook
Contact us