摘要: 1 服务端 <configuration> <system.runtime.remoting> <application> <channels> <channel ref="tcp" port="8086"/>//端口注册成功,telnet可以通 </channels> <service> <wel 阅读全文
posted @ 2017-11-03 11:57 缘续成 阅读(169) 评论(0) 推荐(0) 编辑
摘要: public class RemotingHelper { private static bool _isInit; private static IDictionary _wellKnownTypes; public static object GetObject(Type type) { if... 阅读全文
posted @ 2017-11-03 09:12 缘续成 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 1 public class RemotingHelper 2 { 3 private static bool _isInit; 4 private static IDictionary _wellKnownTypes; 5 public static object GetObject(Type type) 6 ... 阅读全文
posted @ 2017-11-03 09:07 缘续成 阅读(127) 评论(0) 推荐(0) 编辑