//添加代理验证

在你添加引用的页面:

using System.Net;

WebProxy myProxy = new WebProxy("代理服务器", 端口号);

yourWebService.Proxy = myProxy;

posted on 2012-07-17 11:01  blueskywyf  阅读(229)  评论(0编辑  收藏  举报