| 
        public interface IClientChannelSink : IChannelSinkBase
       | 
| NextChannelSink | Read-only Gets the next client channel sink in the client sink chain. | 
| AsyncProcessRequest | Requests asynchronous processing of a method call on the current sink. | 
| AsyncProcessResponse | Requests asynchronous processing of a response to a method call on the current sink. | 
| GetRequestStream | Returns the Stream onto which the provided message is to be serialized. | 
| ProcessMessage | Requests message processing from the current sink. | 
Hierarchy:
| 
            IClientChannelSink NextChannelSink {get;}
           | 
| 
            void AsyncProcessRequest( | 
sinkStack
msg
headers
stream
| 
            void AsyncProcessResponse( | 
sinkStack
state
headers
stream
| 
            Stream GetRequestStream( | 
msg
headers
| 
            void ProcessMessage( | 
msg
requestHeaders
requestStream
responseHeaders
responseStream