Perform Http Request In Vb.net

[Solved] Perform Http Request In Vb.net | Vb - Code Explorer | yomemimo.com
Question : perform http request in vb.net

Answered by : itz-a-d-o-m

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

Source : https://stackoverflow.com/questions/92522/http-get-in-vb-net | Last Update : Tue, 17 Nov 20

Answers related to perform http request in vb.net

Code Explorer Popular Question For Vb