WCF REST Http 帮助页

摘要: namespace WcfHosting{ class Program { static void Main(string[] args) { using (WebServiceHost webServiceHost = new WebServiceHost(typeof(WcfService.Service), new Uri("http://127.0.0.1:81/"))) { webServiceHost.AddServiceEndpoint(typeof(WcfServi... 阅读全文
posted @ 2013-11-08 14:56 Songlw 阅读(229) 评论(0) 推荐(0) 编辑