次の方法で共有


IServerChannelSink.NextChannelSink プロパティ

サーバー シンク チェイン内の次のサーバー チャネル シンクを取得します。

ReadOnly Property NextChannelSink As IServerChannelSink
[C#]
IServerChannelSink NextChannelSink {get;}
[C++]
__property IServerChannelSink* get_NextChannelSink();
[JScript]
function get NextChannelSink() : IServerChannelSink;

プロパティ値

サーバー シンク チェイン内の次のサーバー チャネル シンク。

解説

チャネル シンクは互いにリンクされてシンク プロバイダのチェインとなり、すべてのチャネル メッセージはこのチェインを流れた後で、メッセージがシリアル化されてトランスポートされます。

必要条件

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

参照

IServerChannelSink インターフェイス | IServerChannelSink メンバ | System.Runtime.Remoting.Channels 名前空間