RemotingConfiguration.RegisterWellKnownClientType 方法

将客户端上的对象 Type 注册为已知类型(“单个调用”(singlecall) 或 singleton)。

重载列表

名称 说明
RemotingConfiguration.RegisterWellKnownClientType (WellKnownClientTypeEntry) 将在客户端提供的 WellKnownClientTypeEntry 中记录的对象 Type 注册为可在服务器上激活的已知类型。
RemotingConfiguration.RegisterWellKnownClientType (Type, String) 通过使用给定的参数初始化 WellKnownClientTypeEntry 类的新实例,将客户端上的对象 Type 注册为可在服务器上激活的已知类型。

请参见

参考

RemotingConfiguration 类
RemotingConfiguration 成员
System.Runtime.Remoting 命名空间
WellKnownClientTypeEntry
WellKnownServiceTypeEntry