摘要: 学习remoting的一部份总结 服务端: 一.可远程化对象 (继承MarshalByRefObject),注意:不能远程处理私有方法;二.数组应用程序(远程对象服务器),监听客户端请求: 1)注册通道/信道 TcpChannel chan=new TcpChannel(8085); HttpChannel chan=new HttpChannel(8085); 2)注册激... 阅读全文
posted @ 2004-11-14 22:10 锋 阅读(616) 评论(1) 推荐(0)