Form 或是 主控台應用程式可在App.config內加上
WebForm則是在Web.config內加上
<system.net>
<defaultProxy useDefaultCredentials="true"></defaultProxy>
</system.net>
Form 或是 主控台應用程式可在App.config內加上
WebForm則是在Web.config內加上
<system.net>
<defaultProxy useDefaultCredentials="true"></defaultProxy>
</system.net>
請先 登入 以發表留言。