摘要: 服务端app.config <?xml version="1.0" encoding="utf-8" ?><configuration> <system.serviceModel> <services> <service name="WCFTest.GreetService" behaviorCon 阅读全文
posted @ 2016-06-17 16:59 zslm___ 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 添加System.ServiceModel 引用 Wcf 服务端 class Program { static void Main(string[] args) { ServiceHost host = new ServiceHost(typeof(GreetService), new Uri("h 阅读全文
posted @ 2016-06-17 15:46 zslm___ 阅读(193) 评论(0) 推荐(0) 编辑