Share via


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

シンク上のプロパティにアクセスするために使用するディクショナリを取得します。

適用対象