摘要:
WCF寄宿有自我寄宿跟IIS寄宿服务代码: [ServiceContract] ---服务契约 public interface ICustomerService { [OperationContract] string GetCusomerName(s... 阅读全文
摘要:
转载网络代码.版权归原作者所有.....客户端调用WCF的几种常用的方式: 1普通调用 var factory = new DataContent.ServiceReference1.CustomerServiceClient(); factory.Open(); ... 阅读全文