先实例化一个webservice:
weatherform.Trans.TraditionalSimplifiedWebServiceSoapClient ts = new weatherform.Trans.TraditionalSimplifiedWebServiceSoapClient("TraditionalSimplifiedWebServiceSoap");
WebProxy myproxy = new WebProxy("172.17.xxx.x", true);
myproxy.Credentials =new NetworkCredential("xname","mima","Domian");// 如果是web中:
ts.proxy=myproxy 就可以实现代理服务器的访问。
但是在winform中 没有proxy这个属性 只有 ts.ClientCredentials
请大侠们赐教,小弟该如何办了这厮?
同上,想知道如何处理。。。