摘要: 怎么 还有人在看这个啊 ,去学wcf啊 最近项目用到rest web servicerest 就不介绍了,网上多的是,闲话少说。建一个服务器端类namespace MyWeb{ public class MyjInteger : IHttpHandler { public void ProcessRequest(HttpContext context) { if (context.Request.ContentType.Equals("text/p1")) { Encoding encoding = Encoding.GetEncoding("utf-8" 阅读全文
posted @ 2008-10-16 00:11 wcgwolf 阅读(4309) 评论(17) 推荐(0)