void Push(IServerChannelSink sink, object state)
Pushes the specified sink and information associated with it onto the sink stack.
Provides the stack functionality for a stack of server channel sinks.
Provides methods used for security and transport sinks.
void ServerCallback(IAsyncResult ar)
Presents a callback delegate to handle a callback after a message has been dispatched asynchronously.
Represents the status of an asynchronous operation.
object Pop(IServerChannelSink sink)
Pops the information associated with all the sinks from the sink stack up to and including the specif...
Provides the stack functionality for a stack of server response channel sinks.
void StoreAndDispatch(IServerChannelSink sink, object state)
Stores a message sink and its associated state, and then dispatches a message asynchronously,...
void Store(IServerChannelSink sink, object state)
Stores a message sink and its associated state for later asynchronous processing.