BaseChannelWithProperties.SinksWithProperties フィールド

定義

チャネル シンク スタック内の最上位チャネル シンクを示します。

protected: System::Runtime::Remoting::Channels::IChannelSinkBase ^ SinksWithProperties;
protected System.Runtime.Remoting.Channels.IChannelSinkBase SinksWithProperties;
val mutable SinksWithProperties : System.Runtime.Remoting.Channels.IChannelSinkBase
Protected SinksWithProperties As IChannelSinkBase 

フィールド値

注釈

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

適用対象