Share via


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)

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

DispatchException(Exception)

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

DispatchReplyMessage(IMessage)

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

適用於