次の方法で共有


BaseChannelWithProperties.SinksWithProperties フィールド

チャネル シンク スタックの一番上のチャネル シンクを示します。

Protected SinksWithProperties As IChannelSinkBase
[C#]
protected IChannelSinkBase SinksWithProperties;
[C++]
protected: IChannelSinkBase* SinksWithProperties;
[JScript]
protected var SinksWithProperties : IChannelSinkBase;

解説

チャネル シンクは、そのチャネルを流れている基になるメッセージにアクセスできるようにするプラグイン ポイント、およびリモート オブジェクトにメッセージを送信するためにトランスポート機構が使用するストリームを提供します。チャネル シンクは互いにリンクされてチャネル シンク プロバイダのチェインとなり、すべてのチャネル メッセージはこのシンク チェインを流れた後で、シリアル化されて転送されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

BaseChannelWithProperties クラス | BaseChannelWithProperties メンバ | System.Runtime.Remoting.Channels 名前空間