摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.ServiceModel;namespace ProjectFrame.Web{ public class ServiceClient<TChannel> : IDisposable { private TChannel channel; public TChannel Channel { get { return this.channel; } } private bool disposed; 阅读全文
posted @ 2012-10-09 11:35 大俗 阅读(344) 评论(0) 推荐(0) 编辑