【发布时间】:2014-05-15 05:42:28
【问题描述】:
Using client As New WebClient()
Dim responseArray As Byte() = client.UploadFile(strUrl, strFileToUpload)
End Using
如何修改以上内容才能使用proxy?在上述场景中指定proxy server 和port 的最佳方式是什么?
【问题讨论】:
标签: .net vb.net proxy webclient