// 记得 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();

 

相关文章:

  • 2021-10-21
  • 2021-10-23
  • 2021-04-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-14
  • 2021-05-31
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
  • 2021-10-25
相关资源
相似解决方案