I'm running the following code to check for updates in my software, and I wonder whether VB.Net will automatically user computer proxy settings:
Dim CurrentVersion As String = (New System.Net.WebClient).DownloadString("URL/version.txt")
If not, how can I adapt it to use proxy settings?