Proxy support in VB.Net
I am running the following code to check for updates in my software and I am wondering if VB.Net will automatically set user proxy settings:
Dim CurrentVersion As String = (New System.Net.WebClient).DownloadString("URL/version.txt")
If not, how can I configure it to use proxy settings?
+2
a source to share