| 
        public interface IServerResponseChannelSinkStack
       | 
| AsyncProcessResponse | Requests asynchronous processing of a method call on the sinks in the current sink stack. | 
| GetResponseStream | Returns the Stream onto which the specified message is to be serialized. | 
| 
            void AsyncProcessResponse( | 
msg
headers
stream
| 
            Stream GetResponseStream( | 
msg
headers