Answers for "perform http request in vb.net"

VBA
1

perform http request in vb.net

Dim webClient As New System.Net.WebClient
Dim result As String = webClient.DownloadString("http://api.hostip.info/?ip=68.180.206.184")
Posted by: Guest on November-10-2020

Code answers related to "VBA"

Browse Popular Code Answers by Language