摘要: 1 代码方式 1 2 3 4 5 6 7 8 9 10 using(ServiceHost host=new ServiceHost(typeof(HelloWordService))) { host.AddServiceEndpoint(typeof(IHelloWordService), new 阅读全文
posted @ 2020-02-02 14:44 花叶两不见 阅读(417) 评论(0) 推荐(0)