会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Practice makes better
Any fool can write code that computer can understand. Good programmers write codes that humans can understand.
博客园
首页
新随笔
联系
订阅
管理
2005年12月20日
.net web service and http proxy FAQ
摘要: 示例代码如下:WebProxy proxy = new WebProxy("XXX.XXX.XXX.XXx", port); proxy.Credentials = new NetworkCredential("user", "pass", "domain"); //如果是域用户认证,则可以直接用:CredentialCaches.Defau...
阅读全文
posted @ 2005-12-20 21:05 margiex
阅读(511)
评论(0)
推荐(0)
编辑
公告