perform http request in vb.net

The solution for “perform http request in vb.net” can be found here. The following code will assist you in solving the problem.

Dim webClient As New System.Net.WebClient
Dim result As String = webClient.DownloadString(“http://api.hostip.info/?ip=68.180.206.184”)

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts