IClientResponseChannelSinkStack 接口

定义

为异步消息响应解码过程中必须调用的客户端响应信道接收器堆栈提供堆栈功能。

public interface class IClientResponseChannelSinkStack
public interface IClientResponseChannelSinkStack
[System.Runtime.InteropServices.ComVisible(true)]
public interface IClientResponseChannelSinkStack
type IClientResponseChannelSinkStack = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IClientResponseChannelSinkStack = interface
Public Interface IClientResponseChannelSinkStack
派生
属性

方法

AsyncProcessResponse(ITransportHeaders, Stream)

请求对当前接收器堆栈中接收器的方法调用进行异步处理。

DispatchException(Exception)

调度答复接收器上的指定异常。

DispatchReplyMessage(IMessage)

调度答复接收器上的指定答复消息。

适用于