void Push(IClientChannelSink sink, object state)
Pushes the specified sink and information associated with it onto the sink stack.
Provides the stack functionality for a stack of client response channel sinks that must be invoked du...
Provides functionality for a stack of client channel sinks that must be invoked during an asynchronou...
object Pop(IClientChannelSink sink)
Pops the information associated with all the sinks from the sink stack up to and including the specif...
Provides required functions and properties for client channel sinks.