2011年5月8日

初学remoting,仅作笔记用

摘要: 实现两个进程之间的信息传输。代码如下,远程对象:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace RemotingTest{ public class Class1:MarshalByRefObject { public void otherSpeak(string content) { Console.WriteLine("other: " + content); } public string selfTalk(string conten 阅读全文

posted @ 2011-05-08 14:54 无可比倪 阅读(246) 评论(0) 推荐(0)

导航