摘要:
转自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 阅读全文