2011年4月26日
摘要: 转自http://topic.csdn.net/t/20060513/19/4749593.html的回复服务器端:namespace RemoteServer{ public class Scoop : MarshalByRefObject { public Scoop() { } public string GetTheScoop(string name) { return "Here 's the scoop, " + Thread.CurrentPrincipal.Identity.Name + "! "; } }}配制文件:<co 阅读全文
posted @ 2011-04-26 11:32 小堆爸 阅读(351) 评论(0) 推荐(0) 编辑