摘要: 代码如下 [ServiceContract] //服务协定定义 using System.ServiceModel; public interface IInterface1 { [OperationContract] //要公开的服务方法 string Function1(int value); 阅读全文
posted @ 2016-10-09 14:07 Fire_Dragon 阅读(331) 评论(0) 推荐(0) 编辑