摘要: 服务端代码:hosting方式View Code using System;using System.Collections.Generic;using System.Runtime.Serialization;using System.ServiceModel;using System.ServiceModel.Web;namespace Hosting{ class Program { static void Main(string[] args) { using (ServiceHost host = new ServiceH... 阅读全文
posted @ 2012-09-27 14:18 老牛在路上 阅读(360) 评论(0) 推荐(0)