Proxy support in VB.Net

Posted by CFP on Stack Overflow See other posts from Stack Overflow or by CFP
Published on 2010-05-13T07:42:38Z Indexed on 2010/05/13 9:24 UTC
Read the original article Hit count: 138

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about webclient