| 
        public class ServerChannelSinkStack : IServerChannelSinkStack, IServerResponseChannelSinkStack
       | 
| ctor #1 | Default constructor. This constructor is called by derived class constructors to initialize state in this type. | 
| AsyncProcessResponse | Requests asynchronous processing of a method call on the sinks in the current sink stack. | 
| Equals (inherited from System.Object) | See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. | 
| GetHashCode (inherited from System.Object) | See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. | 
| GetResponseStream | Returns the Stream onto which the specified message is to be serialized. | 
| GetType (inherited from System.Object) | See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. | 
| 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 | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code | 
| Store | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code | 
| StoreAndDispatch | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code | 
| ToString (inherited from System.Object) | See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. | 
| Finalize (inherited from System.Object) | See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. | 
| MemberwiseClone (inherited from System.Object) | See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. | 
Hierarchy:
| 
            public ServerChannelSinkStack(); | 
| 
            public void AsyncProcessResponse( | 
msg
headers
stream
| Exception Type | Condition | 
|---|---|
| RemotingException | The current sink stack is empty. | 
| 
            ~ServerChannelSinkStack(); | 
| 
            public virtual int GetHashCode(); | 
| 
            public Stream GetResponseStream( | 
msg
headers
| Exception Type | Condition | 
|---|---|
| RemotingException | The sink stack is empty. | 
| 
            public Type GetType(); | 
| 
            protected object MemberwiseClone(); | 
| 
            public object Pop( | 
sink
| Exception Type | Condition | 
|---|---|
| RemotingException | The current sink stack is empty, or the specified sink was never pushed onto the current stack. | 
| 
            public void Push( | 
sink
state
| 
            public void ServerCallback( | 
ar
| 
            public void Store( | 
sink
state
| Exception Type | Condition | 
|---|---|
| RemotingException | The current sink stack is empty, or the specified sink was never pushed onto the current stack. | 
| 
            public void StoreAndDispatch( | 
sink
state
| 
            public virtual string ToString(); |