| 
        public interface IServerChannelSinkStack : IServerResponseChannelSinkStack
       | 
| Pop | Pops the information associated with all the sinks from the sink stack up to and including the specified sink. | 
| Push | Pushes the specified sink and information associated with it onto the sink stack. | 
| ServerCallback | |
| Store | |
| StoreAndDispatch | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code | 
Hierarchy:
| 
            object Pop( | 
sink
| 
            void Push( | 
sink
state
| 
            void ServerCallback( | 
ar
| 
            void Store( | 
sink
state
| 
            void StoreAndDispatch( | 
sink
state