文件名称:C#.NET Remoting示例
文件大小:2KB
文件格式:CS
更新时间:2012-06-21 04:10:38
C# .NET Remoting
一个C#.NET Remoting示例 ChannelServices.RegisterChannel(new TcpChannel(9090), true); RemotingConfiguration.ApplicationName = "HelloServiceApplication"; RemotingConfiguration.RegisterWellKnownServiceType( typeof(HelloService),"MyUri", WellKnownObjectMode.SingleCall );