C#.NET Remoting示例

时间:2012-06-21 04:10:38
【文件属性】:
文件名称: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 );

网友评论

  • 不错,是个入门的好例子。
  • 学习remoting简单实用的例子