ClientChannelSinkStack クラス

定義

非同期メッセージ応答デコード中に呼び出す必要があるクライアント チャネル シンクのスタックを保持します。

public ref class ClientChannelSinkStack : System::Runtime::Remoting::Channels::IClientChannelSinkStack
public class ClientChannelSinkStack : System.Runtime.Remoting.Channels.IClientChannelSinkStack
[System.Runtime.InteropServices.ComVisible(true)]
public class ClientChannelSinkStack : System.Runtime.Remoting.Channels.IClientChannelSinkStack
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class ClientChannelSinkStack : System.Runtime.Remoting.Channels.IClientChannelSinkStack
type ClientChannelSinkStack = class
    interface IClientChannelSinkStack
    interface IClientResponseChannelSinkStack
[<System.Runtime.InteropServices.ComVisible(true)>]
type ClientChannelSinkStack = class
    interface IClientChannelSinkStack
    interface IClientResponseChannelSinkStack
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type ClientChannelSinkStack = class
    interface IClientChannelSinkStack
    interface IClientResponseChannelSinkStack
Public Class ClientChannelSinkStack
Implements IClientChannelSinkStack
継承
ClientChannelSinkStack
属性
実装

注釈

このクラスは、リンク要求を行います。 直接呼び出し元にインフラストラクチャアクセス許可がない場合は、セキュリティ例外がスローされます。

コンストラクター

名前 説明
ClientChannelSinkStack()

既定値を使用して、 ClientChannelSinkStack クラスの新しいインスタンスを初期化します。

ClientChannelSinkStack(IMessageSink)

指定した応答シンクを使用して、 ClientChannelSinkStack クラスの新しいインスタンスを初期化します。

メソッド

名前 説明
AsyncProcessResponse(ITransportHeaders, Stream)

現在のシンク スタック内にあるシンクに対するメソッド呼び出しの非同期処理を要求します。

DispatchException(Exception)

応答シンクで指定された例外をディスパッチします。

DispatchReplyMessage(IMessage)

指定した応答メッセージを応答シンクにディスパッチします。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
Pop(IClientChannelSink)

シンク スタックのすべてのシンクに関連付けられている情報を、指定されたシンクまで、および指定したシンクを含めてポップします。

Push(IClientChannelSink, Object)

指定したシンクと、それに関連付けられている情報をシンク スタックにプッシュします。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象