次の方法で共有


方法 : 構成ファイルでチャネル テンプレートを作成する

構成ファイルでチャネル テンプレートを作成する方法を次の例に示します。

<configuration>
   <system.runtime.remoting>
      <application>
      </application>
      <channels>
         <channel 
            id="MyChannel"
            type="MyChannel,MyChannelAssembly"
         >
            <clientProviders> 
               <formatter ref="soap"> 
               </formatter>
               <provider 
                  type="Channels.AuthenticationSink,MyChannels"
               />
            </clientProviders>
         </channel>
      </channels>
   </system.runtime.remoting>
</configuration>

関連項目

参照

System.Runtime.Remoting.RemotingConfiguration Class

概念

チャネルの登録
リモート アプリケーションの構成
リモート オブジェクトの設定

その他の技術情報

構成ファイルを使用したリモート オブジェクトの登録
.NET Framework リモート処理の概要
.NET Framework リモート処理の概要

Footer image

Copyright © 2007 by Microsoft Corporation.All rights reserved.