共用方式為


ClientChannelSinkStack 類別

定義

保留在非同步 (Asynchronous) 訊息回應解碼期間必須叫用 (Invoke) 的用戶端通道接收堆疊。

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)

在目前接收堆疊中的接收上,要求方法呼叫的非同步處理 (Asynchronous Processing)。

DispatchException(Exception)

分派回覆接收上的指定例外狀況。

DispatchReplyMessage(IMessage)

分派回覆接收上的指定回覆訊息。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
Pop(IClientChannelSink)

從整個接收堆疊的所有接收以及指定的接收中,取出相關的資訊。

Push(IClientChannelSink, Object)

將指定的接收和與其相關的資訊推入接收堆疊。

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於