<system.runtime.remoting> 元素

包含有关远程对象和信道的信息。

<configuration>

  <system.runtime.remoting> 元素

<system.runtime.remoting> 
   <application/> 
   <channels/> 
   <channelSinkProviders/> 
   <debug/> 
</system.runtime.remoting>

属性和元素

以下几节介绍属性、子元素和父元素。

属性

无。

子元素

元素 说明

<application>

包含有关应用程序使用和公开的远程对象的信息。可在 <system.runtime.remoting> 元素中出现一次。

<channels>

包含信道模板。可在 <system.runtime.remoting> 元素中出现一次。

<channelSinkProviders>

包含要插入到信道接收器链中的信道接收器的提供程序。可在 <system.runtime.remoting> 元素中出现一次。

<debug>

当应用程序启动时,需要 .NET Framework 远程处理系统加载所有类型,以便于捕获配置文件中的键入错误。可在 <system.runtime.remoting> 元素中出现一次。

父元素

元素 说明

configuration

公共语言运行库和 .NET Framework 应用程序所使用的每个配置文件中的根元素。

请参见

参考

远程处理设置架构

概念

远程对象配置

Footer image

版权所有 (C) 2007 Microsoft Corporation。保留所有权利。