IChannelSinkBase インターフェイス

定義

チャネル シンクの基本インターフェイスを提供します。

public interface class IChannelSinkBase
public interface IChannelSinkBase
[System.Runtime.InteropServices.ComVisible(true)]
public interface IChannelSinkBase
type IChannelSinkBase = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IChannelSinkBase = interface
Public Interface IChannelSinkBase
派生
属性

注釈

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

プロパティ

名前 説明
Properties

シンクのプロパティにアクセスできるディクショナリを取得します。

適用対象