| 
        public interface IClientResponseChannelSinkStack
       | 
| AsyncProcessResponse | Requests asynchronous processing of a method call on the sinks in the current sink stack. | 
| DispatchException | Dispatches the specified exception on the reply sink. | 
| DispatchReplyMessage | Dispatches the specified reply message on the reply sink. | 
| 
            void AsyncProcessResponse( | 
headers
stream
| Exception Type | Condition | 
|---|---|
| RemotingException | The current sink stack is empty. | 
| 
            void DispatchException( | 
e
| 
            void DispatchReplyMessage( | 
msg