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)

适用于