ClientChannelSinkStack 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
儲存在非同步訊息回應解碼時必須呼叫的用戶端通道匯疊堆疊。
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
- 屬性
- 實作
備註
這個類別會產生連結需求。 若直接呼叫者沒有基礎設施權限,則會拋出安全例外。
建構函式
| 名稱 | Description |
|---|---|
| ClientChannelSinkStack() |
初始化一個以預設值的新類別實例 ClientChannelSinkStack 。 |
| ClientChannelSinkStack(IMessageSink) |
初始化一個新的類別實例 ClientChannelSinkStack ,並使用指定的回應匯入。 |
方法
| 名稱 | Description |
|---|---|
| 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) |