摘要: begin:2009-4-1dll:namespace HelloRemotin{ public class SayHello:MarshalByRefObject { public string Hello(string pString) { Console.WriteLine("远程传入的信息:{0}",pString); return "Hello"; } }}client: static ... 阅读全文
posted @ 2009-04-01 14:01 阿网 阅读(178) 评论(0) 推荐(0) 编辑