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
阅读(235)
评论(0)
推荐(0)
浙公网安备 33010602011771号