摘要:
1 服务端 <configuration> <system.runtime.remoting> <application> <channels> <channel ref="tcp" port="8086"/>//端口注册成功,telnet可以通 </channels> <service> <wel 阅读全文
摘要:
public class RemotingHelper { private static bool _isInit; private static IDictionary _wellKnownTypes; public static object GetObject(Type type) { if... 阅读全文
摘要:
1 public class RemotingHelper 2 { 3 private static bool _isInit; 4 private static IDictionary _wellKnownTypes; 5 public static object GetObject(Type type) 6 ... 阅读全文