IClientResponseChannelSinkStack Interface
.NET Framework (current version)
Provides the stack functionality for a stack of client response channel sinks that must be invoked during an asynchronous message response decoding.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AsyncProcessResponse(ITransportHeaders^, Stream^) | Requests asynchronous processing of a method call on the sinks in the current sink stack. |
![]() | DispatchException(Exception^) | Dispatches the specified exception on the reply sink. |
![]() | DispatchReplyMessage(IMessage^) | Dispatches the specified reply message on the reply sink. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
