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 

フィールド値

注釈

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

適用対象