方法 : チャネルを設定する
"http" とは異なる名前の HttpChannel を構築し、サーバー アプリケーションで使用する方法を次の例に示します。
例
<configuration>
<system.runtime.remoting>
<application>
<service>
<wellknown
type="Type,Assembly"
mode="Singleton"
objectUri="endpoint"
/>
</service>
<channels>
<channel ref="OtherChannel"/>
</channel>
</application>
<channels>
<channel
id="OtherChannel"
type="CompleteTypeInformation including versiong and strong-name information"
/>
</channels>
</system.runtime.remoting>
</configuration>
関連項目
参照
System.Runtime.Remoting.RemotingConfiguration Class
概念
リモート アプリケーションの構成
チャネル
チャネルの登録
サーバー側の登録
クライアント側の登録
チャネルの登録
その他の技術情報
構成ファイルを使用したリモート オブジェクトの登録
.NET Framework リモート処理の概要
Copyright © 2007 by Microsoft Corporation.All rights reserved.