2018年1月8日

WCF DEMO2 基于HTTP-GET的元数据交换及Configure()方法以及添加MEX终结点

摘要: using System; using System.Diagnostics; using System.Linq; using System.ServiceModel; using System.ServiceModel.Channels; using System.ServiceModel.Description; class Program { static v... 阅读全文

posted @ 2018-01-08 13:57 方辰 阅读(297) 评论(1) 推荐(1) 编辑

WCF DEMO1 创建自托管宿主

摘要: using System; using System.ServiceModel; using System.ServiceModel.Channels; //注意:需要引用程序集 System.ServiceModel 并在管理员模式下运行 class Program { static void Main(string[] args) { ... 阅读全文

posted @ 2018-01-08 12:17 方辰 阅读(381) 评论(1) 推荐(0) 编辑

导航