至高吴上(Alfa.wu)

一个人,一生,能坚持做好一件事情是多么的牛XX啊!!!

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
            // 记得 using  System.Net;

       System.Net.WebProxy myProxy = new System.Net.WebProxy("localhost:9099", true); myProxy.Credentials = CredentialCache.DefaultCredentials; wsTest.Service client = new wsTest.Service(); client.Proxy = myProxy; string rtnValue = client.HelloWorld();

 

posted on 2013-08-20 11:07  Alfa  阅读(4281)  评论(0编辑  收藏  举报