共用方式為


<system.runtime.remoting> 項目

本主題專門說明一項為了在現有應用程式中提供回溯相容性而保留的舊有技術,不建議用於新的開發工作。分散式應用程式應使用 Windows Communication Foundation (WCF) 進行開發。

包含有關遠端物件和通道的資訊。

Schema Hierarchy

<configuration>
  <system.runtime.remoting> 項目

語法

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

屬性和元素

下列章節會說明屬性 (Attribute)、子項目和父項目。

屬性

無。

項目子系

項目 說明

<application>

包含有關應用程式使用及公開遠端物件的資訊。這個項目可以在 <system.runtime.remoting> 項目中出現一次。

<channels>

包含通道樣板。這個項目可以在 <system.runtime.remoting> 項目中出現一次。

<channelSinkProviders>

包含要插入通道接收鏈結中的通道接收提供者。這個項目可以在 <system.runtime.remoting> 項目中出現一次。

<debug>

當應用程式啟動時,需要 .NET Framework 遠端處理系統載入所有型別,讓您可輕鬆地在組態檔中找到輸入的錯誤。這個項目可以在 <system.runtime.remoting> 項目中出現一次。

父項目

項目 說明

configuration

Common Language Runtime 和 .NET Framework 應用程式所使用之每個組態檔中的根項目。

另請參閱

參考

遠端設定結構描述

概念

遠端物件組態

建置日期:2010-02-13