HTTP GET in VB.NET

后端 未结 7 629
离开以前
离开以前 2020-11-27 15:25

What is the best way to issue a http get in VB.net? I want to get the result of a request like http://api.hostip.info/?ip=68.180.206.184

相关标签:
7条回答
  • 2020-11-27 16:27

    The easiest way is System.Net.WebClient.DownloadFile or DownloadString.

    0 讨论(0)
提交回复
热议问题