Share via


HttpChannel.ChannelSinkChain プロパティ

定義

現在のチャネルが使用しているチャネル シンク チェインを取得します。

public:
 property System::Runtime::Remoting::Channels::IServerChannelSink ^ ChannelSinkChain { System::Runtime::Remoting::Channels::IServerChannelSink ^ get(); };
public System.Runtime.Remoting.Channels.IServerChannelSink ChannelSinkChain { get; }
member this.ChannelSinkChain : System.Runtime.Remoting.Channels.IServerChannelSink
Public ReadOnly Property ChannelSinkChain As IServerChannelSink

プロパティ値

現在のチャネルが使用しているチャネル シンク チェイン。

実装

注釈

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

適用対象

こちらもご覧ください