Loading

WebService 不依赖配置文件直接在构造函数配置地址

研究了下 ClientBase(Binding binding, EndpointAddress remoteAddress) 这个重载更好用,都不用填名称


比如 new PAS.WebService.PASServiceSoapClient(new BasicHttpBinding(), new EndpointAddress("http://192.168.1.105/PASService.asmx"));

posted @ 2017-01-06 12:31  yaro-feng  阅读(329)  评论(0编辑  收藏  举报