2015年5月19日
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-05-19 22:23 fery 阅读(12) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-05-19 22:22 fery 阅读(2) 评论(0) 推荐(0) 编辑
摘要: public static class WcfExtensions{ public static void Using(this T client, Action work) where T : ICommunicationObject { try { work(client); client.Cl... 阅读全文
posted @ 2015-05-19 22:03 fery 阅读(301) 评论(0) 推荐(0) 编辑